IAS Client structure. Contains various status information for the client. More...
#include <ble_ias_c.h>
Data Fields |
|
| ble_ias_c_evt_handler_t | evt_handler |
| ble_srv_error_handler_t | error_handler |
| uint16_t | conn_handle |
| ble_uuid_t | service_uuid |
| ble_gattc_char_t | alert_level_char |
| nrf_ble_gq_t * | p_gatt_queue |
Detailed Description
IAS Client structure. Contains various status information for the client.
Field Documentation
| ble_gattc_char_t ble_ias_c_s::alert_level_char |
IAS Alert Level Characteristic. Stores data about the alert characteristic found on the peer.
| uint16_t ble_ias_c_s::conn_handle |
Handle of the current connection. Set with ble_ias_c_handles_assign when connected.
| ble_srv_error_handler_t ble_ias_c_s::error_handler |
Function to be called in case of an error.
| ble_ias_c_evt_handler_t ble_ias_c_s::evt_handler |
Event handler to be called for handling events in the Immediate Alert Service client.
| nrf_ble_gq_t * ble_ias_c_s::p_gatt_queue |
Pointer to the BLE GATT Queue instance.
| ble_uuid_t ble_ias_c_s::service_uuid |
The GATT Service holding the discovered Immediate Service.
- components/ble/ble_services/ble_ias_c/ble_ias_c.h