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.
Fork of nrf51-sdk by
ble_advdata_t Struct Reference
[Advertising and Scan Response Data Encoder]
Advertising data structure. More...
#include <ble_advdata.h>
Data Fields | |
ble_advdata_name_type_t | name_type |
Type of device name. | |
uint8_t | short_name_len |
Length of short device name (if short type is specified). | |
bool | include_appearance |
Determines if Appearance shall be included. | |
uint8_t | flags |
Advertising data Flags field. | |
int8_t * | p_tx_power_level |
TX Power Level field. | |
ble_advdata_uuid_list_t | uuids_more_available |
List of UUIDs in the 'More Available' list. | |
ble_advdata_uuid_list_t | uuids_complete |
List of UUIDs in the 'Complete' list. | |
ble_advdata_uuid_list_t | uuids_solicited |
List of solicited UUIDs. | |
ble_advdata_conn_int_t * | p_slave_conn_int |
Slave Connection Interval Range. | |
ble_advdata_manuf_data_t * | p_manuf_specific_data |
Manufacturer specific data. | |
ble_advdata_service_data_t * | p_service_data_array |
Array of Service data structures. | |
uint8_t | service_data_count |
Number of Service data structures. | |
bool | include_ble_device_addr |
Determines if LE Bluetooth Device Address shall be included. | |
ble_advdata_le_role_t | le_role |
LE Role field. | |
ble_advdata_tk_value_t * | p_tk_value |
Security Manager TK value field. | |
uint8_t * | p_sec_mgr_oob_flags |
Security Manager Out Of Band Flags field. |
Detailed Description
Advertising data structure.
This structure contains all options and data needed for encoding and setting the advertising data.
Definition at line 151 of file ble_advdata.h.
Field Documentation
uint8_t flags |
Advertising data Flags field.
Definition at line 156 of file ble_advdata.h.
bool include_appearance |
Determines if Appearance shall be included.
Definition at line 155 of file ble_advdata.h.
Determines if LE Bluetooth Device Address shall be included.
Definition at line 165 of file ble_advdata.h.
LE Role field.
Included when different from BLE_ADVDATA_ROLE_NOT_PRESENT.
Definition at line 166 of file ble_advdata.h.
Type of device name.
Definition at line 153 of file ble_advdata.h.
Manufacturer specific data.
Definition at line 162 of file ble_advdata.h.
uint8_t* p_sec_mgr_oob_flags |
Security Manager Out Of Band Flags field.
Included when different from NULL.
Definition at line 168 of file ble_advdata.h.
Array of Service data structures.
Definition at line 163 of file ble_advdata.h.
Slave Connection Interval Range.
Definition at line 161 of file ble_advdata.h.
Security Manager TK value field.
Included when different from NULL.
Definition at line 167 of file ble_advdata.h.
int8_t* p_tx_power_level |
TX Power Level field.
Definition at line 157 of file ble_advdata.h.
uint8_t service_data_count |
Number of Service data structures.
Definition at line 164 of file ble_advdata.h.
uint8_t short_name_len |
Length of short device name (if short type is specified).
Definition at line 154 of file ble_advdata.h.
List of UUIDs in the 'Complete' list.
Definition at line 159 of file ble_advdata.h.
List of UUIDs in the 'More Available' list.
Definition at line 158 of file ble_advdata.h.
List of solicited UUIDs.
Definition at line 160 of file ble_advdata.h.
Generated on Tue Jul 12 2022 17:52:46 by
