BLE_ANPC_EventRegister
C
void BLE_ANPC_EventRegister(BLE_ANPC_EventCb_T routine);Description
Registers a callback function for the BLE Alert Notification Client events.
Parameters
| Parameter | Description |
|---|---|
| [in] routine | The callback function to handle client events. See BLE_ANPC_EventCb_T. |
