DSPS host is not detecting BLE beacon simulated by mobile app

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
Vivek
Offline
Last seen:2 years 4 months ago
加入:2017-07-08 07:11
DSPS host is not detecting BLE beacon simulated by mobile app

I want to implement a BLE beacon scanner. I have tried by using DSPS host example code. I am able to detect a beacon which is generated using dialog DSPS device code. But I am unable to detect other beacons. I have tried by using beacon simulator mobile apps. I have tried with different mobile apps and with different mobile devices. None of them is detected by DSPS host. I am able to detect the simulated beacons on other phones.

Is there any filtering of beacons in DSPS code? If I am using DSPS code in my product will it detect all beacons available in market?

Device:
MT_dialog
Offline
Last seen:1 month 1 week ago
工作人员
加入:2015-06-08 11:34
Hi Vivek,

Hi Vivek,

Try using the GAP_OBSERVER_MODE instead of the GAP_GEN_DISCOVERY (user_scan_conf->mode in the scan configuration structure), most probably other beacons are transmitting in non-connectable mode and that is why the default DSPS scanner is not able to track them.

Thanks MT_dialog