APP receives the extended advertising report indication info struct. More...
#include <ble_gapc.h>
Public Attributes | |
| uint8_t | adv_type |
| uint8_t | adv_info |
| ble_gap_bdaddr_t | broadcaster_addr |
| ble_gap_bdaddr_t | direct_addr |
| int8_t | tx_pwr |
| int8_t | rssi |
| uint8_t | phy_prim |
| uint8_t | phy_second |
| uint8_t | adv_sid |
| uint16_t | period_adv_intv |
| uint8_t | per_sync_idx |
| uint16_t | length |
| uint8_t | data [__ARRAY_EMPTY] |
APP receives the extended advertising report indication info struct.
Definition at line 439 of file ble_gapc.h.
| uint8_t ble_gap_ext_adv_report_ind_t::adv_info |
Bit field providing information about the received report.
Definition at line 442 of file ble_gapc.h.
| uint8_t ble_gap_ext_adv_report_ind_t::adv_sid |
Advertising SID , valid only for periodic advertising report.
Definition at line 449 of file ble_gapc.h.
| uint8_t ble_gap_ext_adv_report_ind_t::adv_type |
| ble_gap_bdaddr_t ble_gap_ext_adv_report_ind_t::broadcaster_addr |
Broadcaster device address.
Definition at line 443 of file ble_gapc.h.
| uint8_t ble_gap_ext_adv_report_ind_t::data[__ARRAY_EMPTY] |
Report.
Definition at line 453 of file ble_gapc.h.
| ble_gap_bdaddr_t ble_gap_ext_adv_report_ind_t::direct_addr |
Target address (in case of a directed advertising report).
Definition at line 444 of file ble_gapc.h.
| uint16_t ble_gap_ext_adv_report_ind_t::length |
Report length.
Definition at line 452 of file ble_gapc.h.
| uint8_t ble_gap_ext_adv_report_ind_t::per_sync_idx |
Periodic syncronization index, valid only for periodic advertising report.
Definition at line 451 of file ble_gapc.h.
| uint16_t ble_gap_ext_adv_report_ind_t::period_adv_intv |
Periodic advertising interval (in unit of 1.25ms, min is 7.5ms), valid only for periodic advertising report.
Definition at line 450 of file ble_gapc.h.
| uint8_t ble_gap_ext_adv_report_ind_t::phy_prim |
Primary PHY on which advertising report has been received.
Definition at line 447 of file ble_gapc.h.
| uint8_t ble_gap_ext_adv_report_ind_t::phy_second |
Secondary PHY on which advertising report has been received.
Definition at line 448 of file ble_gapc.h.
| int8_t ble_gap_ext_adv_report_ind_t::rssi |
RSSI (between -127 and +20 dBm).
Definition at line 446 of file ble_gapc.h.
| int8_t ble_gap_ext_adv_report_ind_t::tx_pwr |
TX power (in dBm).
Definition at line 445 of file ble_gapc.h.