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

Periodic Advertising Report. More...

Data Fields

uint16_t sync_hdl
 Sync handle. More...
 
int8_t tx_pwr
 TX power(in dBm). More...
 
int8_t rssi
 RSSI(in dBm). More...
 
uint8_t rfu
 Reserved for future use. More...
 
uint8_t data_status
 The status of Periodic Advertising data. More...
 
uint8_t len
 Length of Periodic Advertising data(in bytes). More...
 
uint8_t * p_data
 Periodic Advertising data. More...
 

Detailed Description

Periodic Advertising Report.

Field Documentation

◆ sync_hdl

uint16_t st_ble_gap_perd_adv_rept_t::sync_hdl

Sync handle.

Valid range is 0x0000 - 0x0EFF.

◆ tx_pwr

int8_t st_ble_gap_perd_adv_rept_t::tx_pwr

TX power(in dBm).

Valid range is -127 <= tx_pwr <= 20 and 127.
If tx_pwr is 127, it means that Tx power could not be acquired.

◆ rssi

int8_t st_ble_gap_perd_adv_rept_t::rssi

RSSI(in dBm).

Valid range is -127 <= rssi <= 20 and 127.
If rssi is 127, it means that RSSI could not be acquired.

◆ rfu

uint8_t st_ble_gap_perd_adv_rept_t::rfu

Reserved for future use.

◆ data_status

uint8_t st_ble_gap_perd_adv_rept_t::data_status

The status of Periodic Advertising data.

value description
0x00 Data Complete.
0x01 Data incomplete, more data to come.
0x02 Data incomplete, data truncated, no more to come.

◆ len

uint8_t st_ble_gap_perd_adv_rept_t::len

Length of Periodic Advertising data(in bytes).

Valid range is 0 - 247.

◆ p_data

uint8_t* st_ble_gap_perd_adv_rept_t::p_data

Periodic Advertising data.