Mistake on this page?
Report an issue in GitHub or email us
Data Fields | Friends
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. 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...
 

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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.