We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1200a6c commit 75d035fCopy full SHA for 75d035f
connectivity/FEATURE_BLE/include/ble/services/services.md
@@ -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