Mbed OS Reference
|
Set of advertising flags. More...
#include <AdvertisingDataTypes.h>
Public Types | |
enum | { LE_LIMITED_DISCOVERABLE = 0x01 , LE_GENERAL_DISCOVERABLE = 0x02 , BREDR_NOT_SUPPORTED = 0x04 , SIMULTANEOUS_LE_BREDR_C = 0x08 , SIMULTANEOUS_LE_BREDR_H = 0x10 } |
Public Member Functions | |
adv_data_flags_t (uint8_t value=0) | |
Create from raw value. More... | |
Set of advertising flags.
Bluetooth
Core Specification 4.0 (Vol. 3), Part C, Section 18.1. Definition at line 165 of file AdvertisingDataTypes.h.
anonymous enum |
Definition at line 166 of file AdvertisingDataTypes.h.
adv_data_flags_t | ( | uint8_t | value = 0 | ) |
Create from raw value.
Definition at line 177 of file AdvertisingDataTypes.h.