Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_adv_data_evt_t Struct Reference

This structure notifies that advertising data has been set to Controller by R_BLE_GAP_SetAdvSresData(). More...

Data Fields

uint8_t adv_hdl
 Advertising handle identifying the advertising set to which advertising data/scan response data/periodic advertising data is set. More...
 
uint8_t data_type
 Type of the data set to the advertising set. More...
 

Detailed Description

This structure notifies that advertising data has been set to Controller by R_BLE_GAP_SetAdvSresData().

Field Documentation

◆ adv_hdl

uint8_t st_ble_gap_adv_data_evt_t::adv_hdl

Advertising handle identifying the advertising set to which advertising data/scan response data/periodic advertising data is set.

◆ data_type

uint8_t st_ble_gap_adv_data_evt_t::data_type

Type of the data set to the advertising set.

value description
BLE_GAP_ADV_DATA_MODE(0x00) Advertising data
BLE_GAP_SCAN_RSP_DATA_MODE(0x01) Scan response data
BLE_GAP_PERD_ADV_DATA_MODE(0x02) Periodic advertising data