Go to file
Joe Finney 33935ace89 Merge branch 'ble-bondcount' 2016-02-07 20:38:24 +00:00
ble microbit: Added 'bonds' field to Gap::Whitelist_t structure 2016-02-07 20:09:34 +00:00
source microbit: Disabled default instantiation of DFUService. 2016-01-12 22:09:39 +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 dropping the un-necessary mention of doc-generation from FRONTPAGE.md 2015-12-03 09:07:03 +00:00
LICENSE Adding LICENSE at the top level. 2015-09-02 11:04:21 +01:00
README.md Doxygen fixes. 2015-11-26 22:26:34 +01:00
apache-2.0.txt Adding LICENSE at the top level. 2015-09-02 11:04:21 +01:00
ble.doxyfile merge the options from Doxyfile into ble.doxyfile 2015-12-04 13:06:48 +00:00
module.json version v2.5.0 2016-01-12 11:15:36 +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

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: