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

◆ InitializeBridgedDevice()

void Nrf::BLEBridgedDeviceProvider::InitializeBridgedDevice ( bt_addr_le_t address,
BLEConnectivityManager::DeviceConnectedCallback callback,
void * context )
inline

Initialize BLE bridged device.

Sets the user provided initialization parameters of the BLE bridged device. The user provided connection callback is triggered as a final step of the connection establishment procedure. The context data can be used to perform next steps aiming to eventually bridge the BLE device with the Matter counterpart after the connection was successful. Note that it is user's responsibility to take care about the context data lifetime.

Parameters
addressBT address of the device
callbackconnection callback
contextconnection callback context data