I want to receive all Advertising packets with the BLE Central. I use a CC2541 for peripheral and an other one for the BLE Central.
The peripheral is in an advertising of 33ms and send his packets quiet well. i checked it with a ble sniffer.
On the central side i start the Discovery Mode at startup and restart it in the GAP_DEVICE_DISCOVERY_EVENT. The Discovery of the device seems to slow to catch all advertising packets. To print the informations from the advertising packets i use the GAP_DEVICE_INFO_EVENT.
I receive 5 till 8 advertising packets at the ble central in one sec. is it possible to modify the code in a way to receive all adertising packets from the peripheral?
Thanks for help,
stefan