FreeRTOS: BLE
BLE
Return to main page ↑
IotBle_UnRegisterEventCb

Remove a subscription to an event.

Parameters
[in]eventThe event.
[in]bleEventsCallbacksThe subscription to remove.
Returns
Returns eBTStatusSuccess on successful call.
BTStatus_t
BTStatus_t
Bluetooth Error Status .
Definition: bt_hal_manager_types.h:98
IotBleEventsCallbacks_t
BLE events not directly triggered by a function call. Most of them are triggered by a remote device m...
Definition: iot_ble.h:332
IotBle_UnRegisterEventCb
BTStatus_t IotBle_UnRegisterEventCb(IotBleEvents_t event, IotBleEventsCallbacks_t bleEventsCallbacks)
Remove a subscription to an event.
IotBleEvents_t
IotBleEvents_t
enum listing all the BLE events (not directly triggered by a function call)
Definition: iot_ble.h:317