I work nRF52840 + nRF5 SDK(S140 v7.2.0)
If I call sd_ble_gap_connect() for a DeviceAddress of an already connected device, what will be the result?
What will be the error code?
I work nRF52840 + nRF5 SDK(S140 v7.2.0)
If I call sd_ble_gap_connect() for a DeviceAddress of an already connected device, what will be the result?
What will be the error code?
Hi,
Using the nRF5 SDK and the Softdevice you will get a new connection for the new call of sd_ble_gap_connect() to the already connected device.
So
If I call sd_ble_gap_connect() for a DeviceAddress of an already connected device, what will be the result?
You will get two connections.
Regards,
Jonathan
OK.Thanks!!