Hi,
Is it possible to be in connected mode (exchanging data) and also advertise data packet (on primary channels) between two BLE devices (so, in both the modes) ? Is there any example already in nrf Connect SDK?
Hi,
Is it possible to be in connected mode (exchanging data) and also advertise data packet (on primary channels) between two BLE devices (so, in both the modes) ? Is there any example already in nrf Connect SDK?
Hi Ashish,
Yes, It is possible to do this.. the peripheral_hids_mouse sample does this.. Check here: https://github.com/nrfconnect/sdk-nrf/blob/main/samples/bluetooth/peripheral_hids_mouse/src/main.c.
Regards,
Swathy