You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Christopher Métrailler ac23dca9ec
Change comments format to remove Doxygen modules.
8 years ago
ble Change comments format to remove Doxygen modules. 8 years ago
doxygen Ignore Doxygen generated output. 8 years ago
source fix the build error resulting from missing template instantiation in the case <object,member> tuple was used for BLE::init() 8 years ago
CONTRIBUTING.md Fix minor typos. 8 years ago
LICENSE Adding LICENSE at the top level. 8 years ago
README.md fixing the path to ble/ble/services in README.md 8 years ago
apache-2.0.txt Adding LICENSE at the top level. 8 years ago
module.json Fix a broken link. 8 years ago

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: