nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ RegisterStateCallback()

void Nrf::BLEConnectivityManager::RegisterStateCallback ( StateChangedCallback callback)
inline

Register a callback to notify application about current status change.

The state callback is optional and can be used to indicate current ble connectivity manager state using available interfaces such as LEDs, LCDs, ect.

Parameters
callbacka StateChangedCallback method to be implemented in the application.