remove incorrect comments.
This commit is contained in:
parent
c5bc9f8399
commit
a5b5af4b92
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ struct DiscoveredCharacteristic {
|
|||
|
||||
ShortUUIDBytes_t uuid;
|
||||
ble_gatt_char_props_t props;
|
||||
Gap::Handle_t declHandle; /**< Service Handle Range. */
|
||||
Gap::Handle_t valueHandle; /**< Service Handle Range. */
|
||||
Gap::Handle_t declHandle;
|
||||
Gap::Handle_t valueHandle;
|
||||
};
|
||||
|
||||
struct DiscoveryStatus {
|
||||
|
|
Loading…
Reference in a new issue