File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
connectivity/FEATURE_BLE/include/ble/services Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments