add GattAttribute::INVALID_HANDLE
This commit is contained in:
parent
56d3b330e1
commit
6e45d2ae71
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
class GattAttribute {
|
||||
public:
|
||||
typedef uint16_t Handle_t;
|
||||
static const Handle_t INVALID_HANDLE = 0x0000;
|
||||
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue