mbed-os/bluetooth/ble
Vincent Coubard 1500cb62f1 Fixed crlf issue 2016-06-11 17:05:04 +01:00
..
ble Fixed crlf issue 2016-06-11 17:05:04 +01:00
source Fix ARMCC link issues on platform who doesn't provide implementation of 2016-06-11 12:58:09 +01:00
targets/TARGET_NORDIC/TARGET_MCU_NRF51822 Fixed crlf issue 2016-06-11 17:05:04 +01:00
.gitignore Merge commit 'fe28524ee84e4278ab28224b8b5c6bb0c22533af' as 'bluetooth/ble' 2016-06-08 22:55:08 +01:00
CHANGELOG.md Merge commit 'fe28524ee84e4278ab28224b8b5c6bb0c22533af' as 'bluetooth/ble' 2016-06-08 22:55:08 +01:00
CONTRIBUTING.md Merge commit 'fe28524ee84e4278ab28224b8b5c6bb0c22533af' as 'bluetooth/ble' 2016-06-08 22:55:08 +01:00
DOXYGEN_FRONTPAGE.md Merge commit 'fe28524ee84e4278ab28224b8b5c6bb0c22533af' as 'bluetooth/ble' 2016-06-08 22:55:08 +01:00
LICENSE Merge commit 'fe28524ee84e4278ab28224b8b5c6bb0c22533af' as 'bluetooth/ble' 2016-06-08 22:55:08 +01:00
README.md Merge commit 'fe28524ee84e4278ab28224b8b5c6bb0c22533af' as 'bluetooth/ble' 2016-06-08 22:55:08 +01:00
apache-2.0.txt Merge commit 'fe28524ee84e4278ab28224b8b5c6bb0c22533af' as 'bluetooth/ble' 2016-06-08 22:55:08 +01:00
ble.doxyfile Merge commit 'fe28524ee84e4278ab28224b8b5c6bb0c22533af' as 'bluetooth/ble' 2016-06-08 22:55:08 +01:00
module.json Merge commit 'fe28524ee84e4278ab28224b8b5c6bb0c22533af' as 'bluetooth/ble' 2016-06-08 22:55:08 +01:00

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: