Hello,
I'm using the nrf52DK for the chip nrf52832 with nrf connect SDK v2.6.1
I want to implement an advertising timeout say 5 minutes. How can I achieve that? any example code would be nice.
Thanks for the help.
Hello,
I'm using the nrf52DK for the chip nrf52832 with nrf connect SDK v2.6.1
I want to implement an advertising timeout say 5 minutes. How can I achieve that? any example code would be nice.
Thanks for the help.
I am using CONFIG_BT_LIM_ADV_TIMEOUT = 60 with BT_LE_AD_LIMITED, but it seems this only works prior to establishing a connection. After disconnecting, it will advertise indefinitely (I'm still using nRF Connect SDK 2.4.0). Is this the expected behavior?