mbed-os/bluetooth/ble
Vincent Coubard 45a8a98159 Import missing files in BLE.
Bluetooth files where imported in master a first time with
26582ebcb6
unfortunatelly line ending were present and all bluetooth files were
deleted from master by
2a0451e72d
.

Line ending issues were fixed by
2575c5f0fa
but only the modified files (the ones with line ending issues fixed)
remained after the merge.

Git choose to not bring back unmodified files because a previous commit in
master deleted those files.

This commit bring back those files by adding them in a latter point in
history.
2016-06-13 15:00:30 +01:00
..
ble Import missing files in BLE. 2016-06-13 15:00:30 +01:00
source Import missing files in BLE. 2016-06-13 15:00:30 +01:00
targets/TARGET_NORDIC/TARGET_MCU_NRF51822 Import missing files in BLE. 2016-06-13 15:00:30 +01:00
.gitignore Import missing files in BLE. 2016-06-13 15:00:30 +01:00
CHANGELOG.md Import missing files in BLE. 2016-06-13 15:00:30 +01:00
CONTRIBUTING.md Import missing files in BLE. 2016-06-13 15:00:30 +01:00
DOXYGEN_FRONTPAGE.md Import missing files in BLE. 2016-06-13 15:00:30 +01:00
LICENSE Import missing files in BLE. 2016-06-13 15:00:30 +01:00
README.md Import missing files in BLE. 2016-06-13 15:00:30 +01:00
apache-2.0.txt Import missing files in BLE. 2016-06-13 15:00:30 +01:00
ble.doxyfile Import missing files in BLE. 2016-06-13 15:00:30 +01:00
module.json Import missing files in BLE. 2016-06-13 15:00:30 +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: