remove incorrect comments.

This commit is contained in:
Rohit Grover 2015-05-01 11:37:31 +01:00
parent c5bc9f8399
commit a5b5af4b92

View file

@ -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 {