Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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. *