Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

attribute_handle_range_t Struct Reference

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]lhsLeft hand side of the expression.
[in]rhsRight 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]lhsLeft hand side of the expression.
[in]rhsRight 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.