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 002c761381
version v2.2.1
8 years ago
ble Fix comment in GapAdvertisingParams.h 8 years ago
source Modify shutdown API and functionality 8 years ago
.gitignore Restoring previous layout of doxygen related files. 8 years ago
CONTRIBUTING.md Fix minor typos. 8 years ago
DOXYGEN_FRONTPAGE.md dropping the un-necessary mention of doc-generation from FRONTPAGE.md 8 years ago
LICENSE Adding LICENSE at the top level. 8 years ago
README.md Doxygen fixes. 8 years ago
apache-2.0.txt Adding LICENSE at the top level. 8 years ago
ble.doxyfile merge the options from Doxyfile into ble.doxyfile 8 years ago
module.json version v2.2.1 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/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

The documentation contains an overview on how to create new, application-specific services.

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: