We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4416ef6 commit 1fd953eCopy full SHA for 1fd953e
features/FEATURE_BLE/ble/GattAttribute.h
@@ -18,6 +18,7 @@
18
#define __GATT_ATTRIBUTE_H__
19
20
#include "UUID.h"
21
+#include "BLETypes.h"
22
23
/**
24
* Instances of this class encapsulate the data that belongs to a Bluetooth Low
@@ -29,7 +30,7 @@ class GattAttribute {
29
30
* Type for the handle or ID of the attribute in the ATT table. These are
31
* unique and are usually generated by the underlying BLE stack.
32
*/
- typedef uint16_t Handle_t;
33
+ typedef ble::attribute_handle_t Handle_t;
34
35
* Define the value of an invalid attribute handle.
36
0 commit comments