Hey there,
I am using CC2640R2F, SDK:2.40.00.32
I have made DEFAULT_DEV_DISC_BY_SVC_UUID as FALSE to scan the peripheral devices.
I am enabling SimpleCentral_doDiscoverDevices(0); in GAP_DEVICE_INIT_DONE_EVENT and I can able to discovere the devices and can see their mac ids in SC_EVT_ADV_REPORT.
My doubt is after discovery SC_EVT_SCAN_DISABLED should get called.
In some of discovery cases it is getting called and some of the cases it wont get called.What would be the reason for not getting called?
Thanks ya.