Go to file
Vincent Coubard e0f693adde version v2.5.0 2016-01-12 11:15:36 +00:00
ble Add doxygen experimental tag to getAddressFromBondTable API 2016-01-11 09:19:08 +00:00
source Merge branch 'develop' of https://github.com/ARMmbed/ble into descriptorDiscovery 2015-12-22 17:12:25 +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: