add "LE Device Address" 0x1B to advertising data types
Fork of BLE_API by
Revision 1073:edd717e9f799, committed 2016-01-11
- Comitter:
- vcoubard
- Date:
- Mon Jan 11 08:51:41 2016 +0000
- Parent:
- 1072:dd09fe419587
- Child:
- 1074:1fedc77d9add
- Commit message:
- Synchronized with git rev 87d89413
Author: Vincent Coubard
Remove setLastHandle member function, it does not belong here
Changed in this revision
ble/DiscoveredCharacteristic.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/DiscoveredCharacteristic.h Mon Jan 11 08:51:41 2016 +0000 +++ b/ble/DiscoveredCharacteristic.h Mon Jan 11 08:51:41 2016 +0000 @@ -246,10 +246,6 @@ return lastHandle; } - void setLastHandle(GattAttribute::Handle_t last) { - lastHandle = last; - } - /** * @brief Return the GattClient which can operate on this characteristic. * @return The GattClient which can operate on this characteristic.