6 years, 1 month ago.

BLE_API Scanning while connected

I'm currently trying to develop an app where I can simultaneously scan for beacons while connected to an android phone using the NRF51DK using SoftDevice S130 which supports both central and peripheral modes. I have ready that the central mode was on the TO DO list for the BLE_API but have not seen any update since. Can I get any further information about this please?

Question relating to:

Bluetooth Low Energy (a.k.a Bluetooth LE, BTLE, Bluetooth Smart)

1 Answer

6 years, 1 month ago.

Hi Andre,

If you are using Mbed OS 5, there is a new examples repository for the updated BLE API within Mbed OS 5 here: https://github.com/ARMmbed/mbed-os-example-ble/

Specifically there is an example for BLE Beacons: https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_Beacon

Please let me know if you have any questions!

- Jenny, team Mbed