Scan Information.
#include <at_ble_api.h>
Data Fields | |
uint8_t | adv_data [AT_BLE_ADV_MAX_SIZE] |
Advertising data; This array will be zeros in case of at_ble_scan_info_t::adv_data_len < AT_BLE_ADV_MAX_SIZE. More... | |
uint8_t | adv_data_len |
Advertising data length. More... | |
at_ble_addr_t | dev_addr |
Advertiser(Broadcaster) address. More... | |
uint8_t | rssi |
int8_t | rssi |
Signed variable holds RSSI value of Advertiser(Broadcaster) More... | |
at_ble_adv_type_t | type |
Type of Advertising. More... | |
uint8_t at_ble_scan_info_t::adv_data |
Advertising data; This array will be zeros in case of at_ble_scan_info_t::adv_data_len < AT_BLE_ADV_MAX_SIZE.
Referenced by ble_observer_scan_info_handler(), gapm_adv_report_evt_handler(), and scan_info_parse().
uint8_t at_ble_scan_info_t::adv_data_len |
Advertising data length.
Referenced by ble_observer_scan_info_handler(), gapm_adv_report_evt_handler(), and scan_info_parse().
at_ble_addr_t at_ble_scan_info_t::dev_addr |
Advertiser(Broadcaster) address.
Referenced by app_connect_request(), ble_observer_scan_info_handler(), ble_scan_duplication_check(), ble_scan_info(), ble_scan_info_handler(), ble_scan_report_app_event(), gapm_adv_report_evt_handler(), and pxp_monitor_scan_data_handler().
uint8_t at_ble_scan_info_t::rssi |
Referenced by ble_observer_scan_info_handler(), and gapm_adv_report_evt_handler().
int8_t at_ble_scan_info_t::rssi |
Signed variable holds RSSI value of Advertiser(Broadcaster)
at_ble_adv_type_t at_ble_scan_info_t::type |
Type of Advertising.
Referenced by ble_observer_scan_info_handler(), ble_scan_duplication_check(), and gapm_adv_report_evt_handler().