nRF51 SDK - S110 SoftDevice
|
Advertising data structure. This contains all options and data needed for encoding and setting the advertising data. More...
#include <ble_advdata.h>
Advertising data structure. This contains all options and data needed for encoding and setting the advertising data.
uint8_array_t ble_advdata_t::flags |
Advertising data Flags field.
bool ble_advdata_t::include_appearance |
Determines if Appearance shall be included.
ble_advdata_name_type_t ble_advdata_t::name_type |
Type of device name.
ble_advdata_manuf_data_t* ble_advdata_t::p_manuf_specific_data |
Manufacturer specific data.
ble_advdata_service_data_t* ble_advdata_t::p_service_data_array |
Array of Service data structures.
ble_advdata_conn_int_t* ble_advdata_t::p_slave_conn_int |
Slave Connection Interval Range.
int8_t* ble_advdata_t::p_tx_power_level |
TX Power Level field.
uint8_t ble_advdata_t::service_data_count |
Number of Service data structures.
uint8_t ble_advdata_t::short_name_len |
Length of short device name (if short type is specified).
ble_advdata_uuid_list_t ble_advdata_t::uuids_complete |
List of UUIDs in the 'Complete' list.
ble_advdata_uuid_list_t ble_advdata_t::uuids_more_available |
List of UUIDs in the 'More Available' list.
ble_advdata_uuid_list_t ble_advdata_t::uuids_solicited |
List of solcited UUIDs.