Enumeration of values for the adv_data_type_t::APPEARANCE. More...
#include <AdvertisingDataTypes.h>
 
  
 | Public Types | |
| typedef uint16_t | representation_t | 
| Type of the representation.  More... | |
| Public Member Functions | |
| adv_data_appearance_t (type value) | |
| Construct a new instance of adv_data_appearance_t.  More... | |
| uint16_t | value () const | 
| Explicit access to the inner value of the SafeEnum instance.  More... | |
| const uint16_t * | storage () const | 
| Return a pointer to the inner storage.  More... | |
Enumeration of values for the adv_data_type_t::APPEARANCE.
These values describe the physical shape or appearance of the device.
Bluetooth Core Specification Supplement, Part A, Section 1.12. Bluetooth Core Specification 4.0 (Vol. 3), Part C, Section 12.2. https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.gap.appearance.xml. Definition at line 275 of file AdvertisingDataTypes.h.
| 
 | inherited | 
Type of the representation.
Definition at line 113 of file SafeEnum.h.
| enum type | 
struct scoped enum wrapped by the class
Definition at line 277 of file AdvertisingDataTypes.h.
| adv_data_appearance_t | ( | type | value | ) | 
Construct a new instance of adv_data_appearance_t.
Definition at line 527 of file AdvertisingDataTypes.h.
| 
 | inherited | 
Return a pointer to the inner storage.
Definition at line 209 of file SafeEnum.h.
| 
 | inherited | 
Explicit access to the inner value of the SafeEnum instance.
Definition at line 202 of file SafeEnum.h.