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...
 
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[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.

Referenced by ble_observer_scan_info_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(), and scan_info_parse().

int8_t at_ble_scan_info_t::rssi

Signed variable holds RSSI value of Advertiser(Broadcaster)

Referenced by ble_observer_scan_info_handler().

at_ble_adv_type_t at_ble_scan_info_t::type

Type of Advertising.

Referenced by ble_observer_scan_info_handler(), and ble_scan_duplication_check().