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 6ce2094ea8
Merge branch 'develop'
8 years ago
ble fix missing return from BLE::init() 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 Release 2.0.0 8 years ago
LICENSE Adding LICENSE at the top level. 8 years ago
README.md Fix README links, they need to be absolute and not relative to the project 9 years ago
apache-2.0.txt Adding LICENSE at the top level. 8 years ago
module.json version v2.0.3 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 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 /services folder. Currently supported services include:

  • Battery
  • Device Firmware Update (DFU)
  • Device Information
  • Health Thermometer
  • Heart Rate
  • 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: