Advertising report event for BLE_GAPM_EVT_ADV_REPORT. More...
#include <ble_gapm.h>
Public Attributes | |
ble_gap_adv_report_type_t | adv_type |
Advertising type. More... | |
ble_gap_adv_report_info_t | adv_info |
Bit field providing information about the received report. More... | |
ble_gap_bdaddr_t | broadcaster_addr |
Broadcaster device address. More... | |
ble_gap_bdaddr_t | direct_addr |
Target address (in case of a directed advertising report). More... | |
int8_t | tx_pwr |
TX power (in dBm). More... | |
int8_t | rssi |
RSSI (between -127 and +20 dBm). More... | |
uint8_t | phy_prim |
Primary PHY on which advertising report has been received. More... | |
uint8_t | phy_second |
Secondary PHY on which advertising report has been received. More... | |
uint8_t | adv_sid |
Advertising SID , valid only for periodic advertising report. More... | |
uint16_t | period_adv_intv |
Periodic advertising interval (in unit of 1.25ms, min is 7.5ms), valid only for periodic advertising report. More... | |
uint8_t | per_sync_idx |
Periodic syncronization index, valid only for periodic advertising report. More... | |
uint16_t | length |
Report length. More... | |
uint8_t * | data |
Report. More... | |
Advertising report event for BLE_GAPM_EVT_ADV_REPORT.
Definition at line 809 of file ble_gapm.h.
ble_gap_adv_report_info_t ble_gap_evt_adv_report_t::adv_info |
Bit field providing information about the received report.
Definition at line 812 of file ble_gapm.h.
uint8_t ble_gap_evt_adv_report_t::adv_sid |
Advertising SID , valid only for periodic advertising report.
Definition at line 819 of file ble_gapm.h.
ble_gap_adv_report_type_t ble_gap_evt_adv_report_t::adv_type |
ble_gap_bdaddr_t ble_gap_evt_adv_report_t::broadcaster_addr |
Broadcaster device address.
Definition at line 813 of file ble_gapm.h.
uint8_t* ble_gap_evt_adv_report_t::data |
Report.
Definition at line 823 of file ble_gapm.h.
ble_gap_bdaddr_t ble_gap_evt_adv_report_t::direct_addr |
Target address (in case of a directed advertising report).
Definition at line 814 of file ble_gapm.h.
uint16_t ble_gap_evt_adv_report_t::length |
Report length.
Definition at line 822 of file ble_gapm.h.
uint8_t ble_gap_evt_adv_report_t::per_sync_idx |
Periodic syncronization index, valid only for periodic advertising report.
Definition at line 821 of file ble_gapm.h.
uint16_t ble_gap_evt_adv_report_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 820 of file ble_gapm.h.
uint8_t ble_gap_evt_adv_report_t::phy_prim |
Primary PHY on which advertising report has been received.
Definition at line 817 of file ble_gapm.h.
uint8_t ble_gap_evt_adv_report_t::phy_second |
Secondary PHY on which advertising report has been received.
Definition at line 818 of file ble_gapm.h.
int8_t ble_gap_evt_adv_report_t::rssi |
RSSI (between -127 and +20 dBm).
Definition at line 816 of file ble_gapm.h.
int8_t ble_gap_evt_adv_report_t::tx_pwr |
TX power (in dBm).
Definition at line 815 of file ble_gapm.h.