mbed-os / features / FEATURE_BLE /
@Jimmy Brisson Jimmy Brisson authored on 29 Aug 2017
..
ble Fix BLE API docs 6 years ago
source Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
targets Compile source code for Maxim targets 6 years ago
.gitignore remove generic, TPPs, nested namespaces 3 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 remove generic, TPPs, nested namespaces 3 years ago
LICENSE remove generic, TPPs, nested namespaces 3 years ago
README.md Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed. 7 years ago
apache-2.0.txt remove generic, TPPs, nested namespaces 3 years ago
ble.doxyfile remove generic, TPPs, nested namespaces 3 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: