High level Bluetooth Low Energy API and radio abstraction layer
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Overview
The BLE_API is a high level abstraction for using Bluetooth Low Energy on multiple platforms. For details and examples using the BLE_API please see the BLE_API Summary Page. Or click on the API Documentation tab above.
Supported Services
Supported services can be found in the BLE_API/services folder.
Diff: ble/GattClient.h
- Revision:
- 1155:e28c7aac64ab
- Parent:
- 1138:a9d4156efe16
- Child:
- 1156:e1ea38b576c6
diff -r 702de9e6b049 -r e28c7aac64ab ble/GattClient.h --- a/ble/GattClient.h Wed Apr 06 19:14:32 2016 +0100 +++ b/ble/GattClient.h Wed Apr 06 19:14:34 2016 +0100 @@ -351,7 +351,7 @@ /** * @brief Terminate an ongoing characteristic descriptor discovery. - * @details This should result in an invocation of the TerminationCallback if + * @detail This should result in an invocation of the TerminationCallback if * the characteristic descriptor discovery is active. * @param characteristic[in] The characteristic on which the running descriptors * discovery should be stopped.