Data structure for holding a single scanlist entry. More...
Data structure for holding a single scanlist entry.
Definition at line 46 of file nimble_scanlist.h.
#include <nimble_scanlist.h>
Data Fields | |
| clist_node_t | node | 
| list node  | |
| ble_addr_t | addr | 
| a node's BLE address  | |
| uint8_t | ad [BLE_ADV_PDU_LEN] | 
| the received raw advertising data  | |
| uint8_t | ad_len | 
| length of the advertising data  | |
| int8_t | last_rssi | 
| last RSSI of a scanned node  | |
| uint32_t | adv_msg_cnt | 
| number of adv packets by a node  | |
| uint32_t | first_update | 
| first packet timestamp  | |
| uint32_t | last_update | 
| last packet timestamp  | |
| uint8_t | type | 
| advertising packet type  | |
| uint8_t | phy_pri | 
| primary PHY used  | |
| uint8_t | phy_sec | 
| secondary PHY advertised  | |