Hi Sir;
I am using CC2540 USB Dongle with network processor mode and i want to configure it as peripheral. I send the command as follows:
(1)GAP_DeviceInit
(2)GAP_UpdateAdvertisingData with limited discoverable mode
(3) GAP_SetParam to config the advertising interval for limited and general discoverable mode (to value 32mSec)
(4) GAP_MakeDiscoverable with Connectable undirected advertisement.
(5) GAP_MakeDiscoverableDone with actual advertising interval (107mSec)returned
After all above done, i can find and connect the device from my mobile phone.
Question:
on the step (5) above, the actual advertising interval is not in the range i set.So i wonder if my init sequence is right?