white space diffs
This commit is contained in:
parent
a0bd121a73
commit
3f065486fe
1 changed files with 6 additions and 6 deletions
|
@ -353,12 +353,12 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
UUID _uuid; /* Characteristic UUID */
|
||||
uint8_t *_value;
|
||||
uint16_t _initialLen; /* Initial length of the value */
|
||||
uint16_t _lenMax; /* Maximum length of the value */
|
||||
uint16_t _handle;
|
||||
uint8_t _properties;
|
||||
UUID _uuid; /* Characteristic UUID */
|
||||
uint8_t *_value;
|
||||
uint16_t _initialLen; /* Initial length of the value */
|
||||
uint16_t _lenMax; /* Maximum length of the value */
|
||||
uint16_t _handle;
|
||||
uint8_t _properties;
|
||||
};
|
||||
|
||||
#endif // ifndef __GATT_CHARACTERISTIC_H__
|
||||
|
|
Loading…
Reference in a new issue