white space diffs.
This commit is contained in:
parent
b7e6ddfae1
commit
1bb021e666
1 changed files with 6 additions and 6 deletions
|
@ -173,15 +173,15 @@ public:
|
|||
}
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue