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 846438af43
Merge pull request #22 from marcuschangarm/master
9 years ago
common fix all line endings to be Unix style 9 years ago
public Added optional data and length fields to the return struct for authorized reads so a new value can be provided for each individual authorization. 9 years ago
services Adds a check to ensure power mode gets updated safely. 9 years ago
README.md added link to mbed page for BLE, redirecting all things BLE here 9 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: