BLE

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
vcoubard
Date:
Mon Jan 11 08:51:40 2016 +0000
Parent:
1071:4f42630b9c9e
Child:
1073:dd09fe419587
Commit message:
Synchronized with git rev a56a875b
Author: Vincent Coubard
Improve cross references for DiscoveredCharacteristicDescriptor docs

Changed in this revision

ble/DiscoveredCharacteristicDescriptor.h Show annotated file Show diff for this revision Revisions of this file
--- 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.
  *