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
-
| address | BT address of the device |
| callback | connection callback |
| context | connection callback context data |