nRF51 SDK - S110 SoftDevice
|
iOS notification structure, which contains various status information for the client. More...
#include <ble_ancs_c.h>
Data Fields | |
ble_ancs_c_evt_handler_t | evt_handler |
ble_srv_error_handler_t | error_handler |
uint16_t | conn_handle |
uint8_t | central_handle |
uint8_t | service_handle |
iOS notification structure, which contains various status information for the client.
uint8_t ble_ancs_c_t::central_handle |
Handle of the currently connected peer (if we have a bond in the Device Manager).
uint16_t ble_ancs_c_t::conn_handle |
Handle of the current connection (as provided by the BLE stack; BLE_CONN_HANDLE_INVALID if not in a connection).
ble_srv_error_handler_t ble_ancs_c_t::error_handler |
Function to be called in case of an error.
ble_ancs_c_evt_handler_t ble_ancs_c_t::evt_handler |
Event handler to be called for handling events in the Apple Notification client application.
uint8_t ble_ancs_c_t::service_handle |
Handle of the service in the database to use for this instance.