Skip to content

Commit 403405c

Browse files
authored
Merge pull request #8953 from ARMmbed/yennster-patch-1
Update FEATURE_BLE README
2 parents 4dfb97c + f92cc7b commit 403405c

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

features/FEATURE_BLE/README.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
11
# mbed Bluetooth Low Energy Stack
2-
This is the Github repo for the `BLE_API` used by developer.mbed.org. Please see the [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all documentation, code examples and general help.
32

4-
# Supported Services
5-
Supported GATT services and constantly being added and can be found in the [ble/services/](https://github.com/ARMmbed/ble/tree/master/ble/services) folder.
3+
This is the Github repository for the `BLE_API`. Please see the [Mbed OS Example BLE GitHub Repo](https://github.com/ARMmbed/mbed-os-example-ble) for all code examples, and the [Mbed OS BLE API page](https://os.mbed.com/docs/latest/apis/bluetooth.html) for all code documentation and general help.
64

7-
Currently supported services include:
8-
* Battery
9-
* Device Firmware Update (DFU)
10-
* Device Information
11-
* Eddystone Configuration Service
12-
* Health Thermometer
13-
* Heart Rate
14-
* Link Loss
15-
* UART
16-
* UriBeacon
17-
* iBeacon
5+
## Getting Started
186

19-
The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/)
20-
contains an overview on how to create new, application-specific services.
21-
22-
# Getting Started
23-
The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there.
24-
A good starting point are these pages:
25-
* [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE
26-
* [mbed BLE Getting Started Guide](https://developer.mbed.org/forum/team-63-Bluetooth-Low-Energy-community/topic/5262/) a wonderful primer on using BLE with mbed
27-
* [mbed BLE doc](https://docs.mbed.com/docs/ble-intros/en/latest/) for an introduction to mbed BLE
28-
* [mbed BLE API page](https://docs.mbed.com/docs/ble-api/en/latest/api/index.html) for the Doxygen API documentation
7+
* [Mbed OS examples](https://os.mbed.com/teams/mbed-os-examples/) for all Mbed OS and BLE examples.
8+
* [Mbed OS example BLE GitHub repo](https://github.com/ARMmbed/mbed-os-example-ble) for all Mbed OS BLE examples.
9+
* [Mbed OS BLE introduction](https://os.mbed.com/docs/latest/apis/ble.html) for an introduction to Mbed BLE.
10+
* [Mbed OS BLE API page](https://os.mbed.com/docs/latest/apis/bluetooth.html) for the Mbed BLE API documentation.

0 commit comments

Comments
 (0)