Hi,
I am using nRF52832 and SDK 15.2
My application is having 4 advertisements. iBeacon, non-iBeacon, Line Beacon and Line iBeacon.
I am using radio timeslot for Line Beacon and Line iBeacon. and softdevice advertisement for iBeacon and non-iBeacon.
2 mac-addresses are used for Advertisements for getting as two devices.
iBeacon is non connectable and advertisement interval is 100ms and non-iBeacon is connectable and advertisement interval is 1sec.
i am switching this connectable and non connectable by starting and stopping advertisement.
For timeslot , slot length is 5500 and advertisement interval is 7625 (for line)
my issue is when i starts enabling all the advertisements, it works well for some time and few minutes later it stops working.
when i tried without switching between connectable and non connectable (stop/start), it works perfectly.
anyone can help.
Thank you.