Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
attribute_handle_range_t Struct Reference
Inclusive range of GATT attributes handles. More...
#include <BLETypes.h>
Data Fields | |
attribute_handle_t | begin |
Beginning of the range. | |
attribute_handle_t | end |
End of the range. | |
Friends | |
bool | operator== (const attribute_handle_range_t &lhs, const attribute_handle_range_t &rhs) |
Equal operator for attribute_handle_range_t. | |
bool | operator!= (const attribute_handle_range_t &lhs, const attribute_handle_range_t &rhs) |
Not equal operator for attribute_handle_range_t. |
Detailed Description
Inclusive range of GATT attributes handles.
- Note:
- Instances can be constructed with the help of the factory function attribute_handle_range().
Definition at line 99 of file BLETypes.h.
Friends And Related Function Documentation
bool operator!= | ( | const attribute_handle_range_t & | lhs, |
const attribute_handle_range_t & | rhs | ||
) | [friend] |
Not equal operator for attribute_handle_range_t.
- Parameters:
-
[in] lhs Left hand side of the expression. [in] rhs Right hand side of the expression.
- Returns:
- true if lhs is not equal to rhs and false otherwise.
Definition at line 132 of file BLETypes.h.
bool operator== | ( | const attribute_handle_range_t & | lhs, |
const attribute_handle_range_t & | rhs | ||
) | [friend] |
Equal operator for attribute_handle_range_t.
- Parameters:
-
[in] lhs Left hand side of the expression. [in] rhs Right hand side of the expression.
- Returns:
- true if lhs is equal to rhs and false otherwise.
Definition at line 118 of file BLETypes.h.
Field Documentation
Beginning of the range.
Definition at line 103 of file BLETypes.h.
End of the range.
Definition at line 108 of file BLETypes.h.
Generated on Tue Jul 12 2022 13:55:39 by
