Mistake on this page?
Report an issue in GitHub or email us
Public Types | Public Member Functions
adv_data_type_t Struct Reference
Ble » Gap

#include <AdvertisingDataTypes.h>

Inheritance diagram for adv_data_type_t:
SafeEnum< adv_data_type_t, uint8_t >

Public Types

typedef uint8_t representation_t
 Type of the representation. More...
 

Public Member Functions

 adv_data_type_t (type value)
 Construct a new instance of adv_data_type_t. More...
 
uint8_t value () const
 Explicit access to the inner value of the SafeEnum instance. More...
 
const uint8_t * storage () const
 Return a pointer to the inner storage. More...
 

Detailed Description

List of standard Advertising Data types.

These AD types are used to describe the capabilities of the peripheral and are inserted inside the advertising or scan response payloads.

Source

Definition at line 44 of file AdvertisingDataTypes.h.

Member Typedef Documentation

typedef uint8_t representation_t
inherited

Type of the representation.

Definition at line 115 of file common/SafeEnum.h.

Member Enumeration Documentation

enum type

struct scoped enum wrapped by the class

Enumerator
FLAGS 

Flags, refer to AdvertisingData::Flags_t.

INCOMPLETE_LIST_16BIT_SERVICE_IDS 

Incomplete list of 16-bit Service IDs.

COMPLETE_LIST_16BIT_SERVICE_IDS 

Complete list of 16-bit Service IDs.

INCOMPLETE_LIST_32BIT_SERVICE_IDS 

Incomplete list of 32-bit Service IDs (not relevant for Bluetooth 4.0).

COMPLETE_LIST_32BIT_SERVICE_IDS 

Complete list of 32-bit Service IDs (not relevant for Bluetooth 4.0).

INCOMPLETE_LIST_128BIT_SERVICE_IDS 

Incomplete list of 128-bit Service IDs.

COMPLETE_LIST_128BIT_SERVICE_IDS 

Complete list of 128-bit Service IDs.

SHORTENED_LOCAL_NAME 

Shortened Local Name.

COMPLETE_LOCAL_NAME 

Complete Local Name.

TX_POWER_LEVEL 

TX Power Level (in dBm).

DEVICE_ID 

Device ID.

SLAVE_CONNECTION_INTERVAL_RANGE 

Slave Connection Interval Range.

LIST_16BIT_SOLICITATION_IDS 

List of 128-bit service UUIDs the device is looking for.

LIST_128BIT_SOLICITATION_IDS 

List of 128-bit service UUIDs the device is looking for.

SERVICE_DATA 

Service Data.

SERVICE_DATA_16BIT_ID 

Service Data.

SERVICE_DATA_128BIT_ID 

Service Data.

APPEARANCE 

Appearance, refer to AdvertisingData::Appearance_t.

ADVERTISING_INTERVAL 

Advertising Interval.

MANUFACTURER_SPECIFIC_DATA 

Manufacturer Specific Data.

Definition at line 46 of file AdvertisingDataTypes.h.

Constructor & Destructor Documentation

adv_data_type_t ( type  value)

Construct a new instance of adv_data_type_t.

Definition at line 151 of file AdvertisingDataTypes.h.

Member Function Documentation

const uint8_t * storage ( ) const
inherited

Return a pointer to the inner storage.

Definition at line 211 of file common/SafeEnum.h.

uint8_t value ( ) const
inherited

Explicit access to the inner value of the SafeEnum instance.

Definition at line 204 of file common/SafeEnum.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.