fork BLE_API to add update adv payload API
Fork of BLE_API by
Revision 709:77f6fc6999cd, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:53:06 2015 +0100
- Parent:
- 708:41c26f44b1ef
- Child:
- 710:b2e1a2660ec2
- Commit message:
- Synchronized with git rev 1bb021e6
Author: Rohit Grover
white space diffs.
Changed in this revision
public/DiscoveredCharacteristic.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/DiscoveredCharacteristic.h Fri Jun 19 15:53:06 2015 +0100 +++ b/public/DiscoveredCharacteristic.h Fri Jun 19 15:53:06 2015 +0100 @@ -173,15 +173,15 @@ } protected: - GattClient *gattc; + GattClient *gattc; protected: - UUID uuid; - Properties_t props; - GattAttribute::Handle_t declHandle; - GattAttribute::Handle_t valueHandle; + UUID uuid; + Properties_t props; + GattAttribute::Handle_t declHandle; + GattAttribute::Handle_t valueHandle; - Gap::Handle_t connHandle; + Gap::Handle_t connHandle; public: static GattClient::ReadCallback_t onDataReadCallback;