Skip to content

Commit 75d035f

Browse files
Add information about the services repo
1 parent 1200a6c commit 75d035f

File tree

1 file changed

+13
-0
lines changed
  • connectivity/FEATURE_BLE/include/ble/services

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Mbed OS BLE services
2+
3+
BLE services are available in the https://github.com/ARMmbed/mbed-os-experimental-ble-services repository. It's a
4+
community effort and contains services created by mbed-os team, our partners and mbed-os users.
5+
6+
To use the services there add the repository to your project by adding a 'mbed-os-experimental-ble-services.lib' file
7+
containing the link to the repo like so:
8+
```
9+
https://github.com/ARMmbed/mbed-os-experimental-ble-services
10+
```
11+
12+
Each BLE service is an Mbed OS library. To use it with new cmake based mbed-tools you will need to add the library
13+
to your link libraries for your application.

0 commit comments

Comments
 (0)