Go to file
Christopher Métrailler a0ebd092c2 Markdown url syntax inverted, again... 2015-11-25 21:09:59 +01:00
ble Change comments format to remove Doxygen modules. 2015-11-25 21:04:49 +01:00
doxygen Ignore Doxygen generated output. 2015-11-25 21:03:55 +01:00
source fix the build error resulting from missing template instantiation in the case <object,member> tuple was used for BLE::init() 2015-11-03 11:56:46 +00:00
CONTRIBUTING.md Fix minor typos. 2015-11-25 20:55:54 +01:00
LICENSE Adding LICENSE at the top level. 2015-09-02 11:04:21 +01:00
README.md Markdown url syntax inverted, again... 2015-11-25 21:09:59 +01:00
apache-2.0.txt Adding LICENSE at the top level. 2015-09-02 11:04:21 +01:00
module.json Fix a broken link. 2015-11-24 20:00:02 +01:00

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

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: