Go to file
Rohit Grover 99fbc0fca3 version v2.1.1 2015-11-26 10:44:24 +00:00
ble Merge branch 'doxygen' of https://github.com/metc/ble into metc-doxygen 2015-11-26 10:04:53 +00:00
source Various enhancement: 2015-11-25 11:27:33 +00:00
.gitignore Restoring previous layout of doxygen related files. 2015-11-26 10:41:08 +00:00
CONTRIBUTING.md Fix minor typos. 2015-11-25 20:55:54 +01:00
DOXYGEN_FRONTPAGE.md Restoring previous layout of doxygen related files. 2015-11-26 10:41:08 +00: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
ble.doxyfile Restoring previous layout of doxygen related files. 2015-11-26 10:41:08 +00:00
module.json version v2.1.1 2015-11-26 10:44:24 +00: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: