Go to file
Rohit Grover c8c6456893 version v2.1.0 2015-11-26 09:45:47 +00:00
ble Merge pull request #109 from pan-/removePersistantCallbacks 2015-11-26 09:44:12 +00:00
source Various enhancement: 2015-11-25 11:27:33 +00:00
CONTRIBUTING.md Minor changes ofr the README and CONTRIBUTING files. 2015-11-24 19:59:40 +01:00
DOXYGEN_FRONTPAGE.md adding a doxygen frontpage. 2015-11-25 15:01:02 +00:00
LICENSE Adding LICENSE at the top level. 2015-09-02 11:04:21 +01:00
README.md fixing the path to ble/ble/services in README.md 2015-11-25 08:22:28 +00:00
apache-2.0.txt Adding LICENSE at the top level. 2015-09-02 11:04:21 +01:00
ble.doxyfile adding a Doxygen config file 2015-11-17 06:59:55 +00:00
module.json version v2.1.0 2015-11-26 09:45:47 +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/ble/services/)[https://github.com/ARMmbed/ble/tree/master/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: