mbed-os / features / FEATURE_BLE /
@Cruz Monrreal Cruz Monrreal authored on 9 Aug 2018
GitHub committed on 9 Aug 2018
..
ble reuse existing call 5 years ago
source set correct default privacy configuration for centrals 5 years ago
targets factored out whole ediv rand check 5 years ago
.gitignore Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
.mbedignore BLE: Add unit test for the Generic GattClient. 6 years ago
CHANGELOG.md Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
CONTRIBUTING.md Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
DOXYGEN_FRONTPAGE.md Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
LICENSE Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
README.md Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
apache-2.0.txt Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
ble.doxyfile Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
module.json Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
README.md

mbed Bluetooth Low Energy Stack

This is the Github repo for the BLE_API used by developer.mbed.org. Please see the mbed BLE Homepage for all documentation, code examples and general help.

Supported Services

Supported GATT services and constantly being added and can be found in the ble/services/ folder.

Currently supported services include:

  • Battery
  • Device Firmware Update (DFU)
  • Device Information
  • Eddystone Configuration Service
  • Health Thermometer
  • Heart Rate
  • Link Loss
  • UART
  • UriBeacon
  • iBeacon

The documentation contains an overview on how to create new, application-specific services.

Getting Started

The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there. A good starting point are these pages: