思澈科技软件开发工具包  2.20
sibles_adv_data_t Struct Reference

The structure of advertising data filed defined in Supplement to the Bluetooth Core Spec. More...

#include <bf0_sibles_advertising.h>

Data Fields

uint8_t disc_mode
 
uint8_t * tx_pwr_level
 
uint16_t * appearance
 
uint16_t * advertising_interval
 
sibles_adv_type_name_tshortened_name
 
sibles_adv_type_name_tcompleted_name
 
sibles_adv_type_srv_uuid_tcompleted_uuid
 
sibles_adv_type_srv_uuid_tincompleted_uuid
 
sibles_adv_type_srv_data_tsrv_data
 
sibles_adv_type_conn_interval_tpreferred_conn_interval
 
sibles_adv_type_manufacturer_data_tmanufacturer_data
 
sibles_adv_type_customize_tcustomized_data
 

Detailed Description

The structure of advertising data filed defined in Supplement to the Bluetooth Core Spec.

Field Documentation

◆ advertising_interval

uint16_t* sibles_adv_data_t::advertising_interval

Advertising field.

◆ appearance

uint16_t* sibles_adv_data_t::appearance

Appearance field.

◆ completed_name

sibles_adv_type_name_t* sibles_adv_data_t::completed_name

Local name field with copmleted name.

◆ completed_uuid

sibles_adv_type_srv_uuid_t* sibles_adv_data_t::completed_uuid

Service UUID filed with completed uuid.

◆ customized_data

sibles_adv_type_customize_t* sibles_adv_data_t::customized_data

Customized advertiting data not included in above filed.

◆ disc_mode

uint8_t sibles_adv_data_t::disc_mode

Discovery mode(

See also
enum gapm_adv_disc_mode) to set flags field.

◆ incompleted_uuid

sibles_adv_type_srv_uuid_t* sibles_adv_data_t::incompleted_uuid

Service UUID filed with incompleted uuid.

◆ manufacturer_data

sibles_adv_type_manufacturer_data_t* sibles_adv_data_t::manufacturer_data

Manufacturer specified data filed.

◆ preferred_conn_interval

sibles_adv_type_conn_interval_t* sibles_adv_data_t::preferred_conn_interval

Slave connection interval rangefiled.

◆ shortened_name

sibles_adv_type_name_t* sibles_adv_data_t::shortened_name

Local name field with shortened name.

◆ srv_data

sibles_adv_type_srv_data_t* sibles_adv_data_t::srv_data

Service data filed.

◆ tx_pwr_level

uint8_t* sibles_adv_data_t::tx_pwr_level

Tx power level field.


The documentation for this struct was generated from the following file: