jgh
Fork of BLE_API by
Diff: ble/DiscoveredCharacteristicDescriptor.h
- Revision:
- 1071:4210304cfbe3
- Parent:
- 1069:ec5549427b4a
--- a/ble/DiscoveredCharacteristicDescriptor.h Mon Jan 11 08:51:40 2016 +0000 +++ b/ble/DiscoveredCharacteristicDescriptor.h Mon Jan 11 08:51:40 2016 +0000 @@ -30,8 +30,8 @@ * * @detail Provide detailed informations about a discovered characteristic descriptor * like: - * - Its UUID (see getUUID). - * - Its handle (see getAttributeHandle) + * - Its UUID (see #getUUID). + * - Its handle (see #getAttributeHandle) * Basic read (see GattClient::read) and write (see GattClient::write) procedure from * GattClient can be used access the value of the descriptor. *