FreeRTOS:
BLE
BLE
|
Return to main page ↑ |
Used to route event to whatever service requests it.
For example, one service could require knowledge of connection status, the it would subscribe to connectionCallback event. That API is giving the flexibility of having more than one service listening to the same event. Note: API should not be invoked from within the event callback.
[in] | event | The event. |
[in] | bleEventsCallbacks | Callback returning status of the operation. |