how to start advertising data, just after connect to one device.
how to start advertising data, just after connect to one device.
Hi kpl! Could you provide some more information about your system? What device, which Softdevice etc. Thanks!
Hi Joakim,
I am using nRF52_SDK and BLE with s130.
In most cases you can start start advertising while a connection is active. After a BLE_GAP_EVT_CONNECTED event is received, you may call the sd_ble_gap_adv_start function to start advertising again.
You can read more in the link i added. Good luck!
Best regards
Joakim