mbed-os/features/FEATURE_BLE
Vincent Coubard cb340f8f55
BLE: Fix documentation of set_random_static_address
Co-Authored-By: Lingkai Dong <lingkai.dong@arm.com>
2020-01-29 09:53:12 +00:00
..
ble BLE: Fix documentation of set_random_static_address 2020-01-29 09:53:12 +00:00
source BLE: Add an HCI driver API to set the random static address. 2020-01-28 13:29:11 +00:00
targets BLE : Replace calls to Gap::setAddress with HCIDriver::set_random_static_address 2020-01-28 13:35:19 +00:00
.gitignore
.mbedignore BLE: Add unit test for the Generic GattClient. 2018-02-19 13:23:23 +00:00
CHANGELOG.md
CONTRIBUTING.md
DOXYGEN_FRONTPAGE_BLE.md Update doxygens to be in sync 2018-10-13 19:55:30 -05:00
LICENSE
README.md Capitalization and punctuation 2018-12-04 12:34:48 +02:00
apache-2.0.txt
ble.doxyfile
mbed_lib.json UBLOX_EVK_ODIN_W2: Fix baremetal build and greentea tests 2019-11-22 10:55:39 +00:00

README.md

mbed Bluetooth Low Energy Stack

This is the Github repository for the BLE_API. Please see the Mbed OS Example BLE GitHub Repo for all code examples, and the Mbed OS BLE API page for all code documentation and general help.

Getting Started