Microchip® Advanced Software Framework

at_ble_scan_info_t Struct Reference

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
uint8_t at_ble_scan_info_t::adv_data_len
uint8_t at_ble_scan_info_t::rssi
int8_t at_ble_scan_info_t::rssi

Signed variable holds RSSI value of Advertiser(Broadcaster)

Referenced by ble_observer_scan_info_handler(), and gapm_adv_report_evt_handler().

at_ble_adv_type_t at_ble_scan_info_t::type