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
Rohit Grover 922723b4b0
fixing the path to ble/ble/services in README.md
7 years ago
ble Updated GapAdvertisementData.h to handle insertion and appending of data fields. Made appendField private. 7 years ago
source fix the build error resulting from missing template instantiation in the case <object,member> tuple was used for BLE::init() 7 years ago
CONTRIBUTING.md Minor changes ofr the README and CONTRIBUTING files. 7 years ago
LICENSE Adding LICENSE at the top level. 8 years ago
README.md fixing the path to ble/ble/services in README.md 7 years ago
apache-2.0.txt Adding LICENSE at the top level. 8 years ago
ble.doxyfile adding a Doxygen config file 7 years ago
module.json Fix a broken link. 7 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: