I have one BLE moudle setup (M1) in the Broadcast mode and another BLE module (M2) setup in the Peripheral and Central roles. I can connect (M2) as a peripheral to a smartphone and the smartphone reads the data sent by M1 correctly. If I then attempt to scan the broadcast module (M1) for its advertising data using GattcStartScan the CYBLE_EVT_GAPC_SCAN_PROGRESS_RESULT is never generated and I can not receive the advertising data. Does anyone know if I can use the devices this way?
Solved! Go to Solution.
Hi,
Please make the Central scan in the Observer mode, so that packets from the broadcaster can be detected.
Regards,
- Madhu Sudhan
Can you please attach the project for Broadcaster.
Thanks,
Hima
Hi,
Please make the Central scan in the Observer mode, so that packets from the broadcaster can be detected.
Regards,
- Madhu Sudhan