Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
adv_data_flags_t Struct Reference
[Gap]
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. |
Detailed Description
Set of advertising flags.
- Note:
- LE_LIMITED_DISCOVERABLE and LE_GENERAL_DISCOVERABLE are mutually exclusive
Bluetooth
Core Specification 4.0 (Vol. 3), Part C, Section 18.1.
Definition at line 163 of file AdvertisingDataTypes.h.
Member Enumeration Documentation
anonymous enum |
- Enumerator:
Definition at line 164 of file AdvertisingDataTypes.h.
Constructor & Destructor Documentation
adv_data_flags_t | ( | uint8_t | value = 0 ) |
Create from raw value.
Definition at line 175 of file AdvertisingDataTypes.h.
Generated on Tue Jul 12 2022 13:55:39 by
