![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
Advertising report. More...
Data Fields | |
| uint8_t | adv_rpt_type |
| Data type. More... | |
| union { | |
| st_ble_gap_adv_rept_t * p_adv_rpt | |
| Advertising Report. More... | |
| st_ble_gap_ext_adv_rept_t * p_ext_adv_rpt | |
| Extended Advertising Report. More... | |
| st_ble_gap_perd_adv_rept_t * p_per_adv_rpt | |
| Periodic Advertising Report. More... | |
| } | param |
| Advertising Report. More... | |
Advertising report.
| uint8_t st_ble_gap_adv_rept_evt_t::adv_rpt_type |
Data type.
| value | description |
|---|---|
| 0x00 | Advertising Report. |
| 0x01 | Extended Advertising Report. |
| 0x02 | Periodic Advertising Report. |
If the BLE Protocol Stack library type is "All Features", the adv_rpt_type field in a Legacy Advertising Report event is 0x01.
| st_ble_gap_adv_rept_t* st_ble_gap_adv_rept_evt_t::p_adv_rpt |
Advertising Report.
| st_ble_gap_ext_adv_rept_t* st_ble_gap_adv_rept_evt_t::p_ext_adv_rpt |
Extended Advertising Report.
| st_ble_gap_perd_adv_rept_t* st_ble_gap_adv_rept_evt_t::p_per_adv_rpt |
Periodic Advertising Report.
| union { ... } st_ble_gap_adv_rept_evt_t::param |
Advertising Report.