Inclusive range of GATT attributes handles. More...
#include <BLETypes.h>
Data Fields | |
attribute_handle_t | begin |
Beginning of the range. More... | |
attribute_handle_t | end |
End of the range. More... | |
Friends | |
bool | operator== (const attribute_handle_range_t &lhs, const attribute_handle_range_t &rhs) |
Equal operator for attribute_handle_range_t. More... | |
bool | operator!= (const attribute_handle_range_t &lhs, const attribute_handle_range_t &rhs) |
Not equal operator for attribute_handle_range_t. More... | |
Inclusive range of GATT attributes handles.
Definition at line 99 of file BLETypes.h.
|
friend |
Not equal operator for attribute_handle_range_t.
[in] | lhs | Left hand side of the expression. |
[in] | rhs | Right hand side of the expression. |
Definition at line 132 of file BLETypes.h.
|
friend |
Equal operator for attribute_handle_range_t.
[in] | lhs | Left hand side of the expression. |
[in] | rhs | Right hand side of the expression. |
Definition at line 118 of file BLETypes.h.
attribute_handle_t begin |
Beginning of the range.
Definition at line 103 of file BLETypes.h.
End of the range.
Definition at line 108 of file BLETypes.h.