Mbed OS Reference
Loading...
Searching...
No Matches
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...
 

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 103 of file common/BLETypes.h.

Field Documentation

◆ begin

Beginning of the range.

Definition at line 107 of file common/BLETypes.h.

◆ end

End of the range.

Definition at line 112 of file common/BLETypes.h.