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   | |
| uint8_t nimble_scanlist_entry_t::ad[BLE_ADV_PDU_LEN] | 
the received raw advertising data
Definition at line 49 of file nimble_scanlist.h.
| uint8_t nimble_scanlist_entry_t::ad_len | 
length of the advertising data
Definition at line 50 of file nimble_scanlist.h.
| ble_addr_t nimble_scanlist_entry_t::addr | 
a node's BLE address
Definition at line 48 of file nimble_scanlist.h.
| uint32_t nimble_scanlist_entry_t::adv_msg_cnt | 
number of adv packets by a node
Definition at line 52 of file nimble_scanlist.h.
| uint32_t nimble_scanlist_entry_t::first_update | 
first packet timestamp
Definition at line 53 of file nimble_scanlist.h.
| int8_t nimble_scanlist_entry_t::last_rssi | 
last RSSI of a scanned node
Definition at line 51 of file nimble_scanlist.h.
| uint32_t nimble_scanlist_entry_t::last_update | 
last packet timestamp
Definition at line 54 of file nimble_scanlist.h.
| clist_node_t nimble_scanlist_entry_t::node | 
list node
Definition at line 47 of file nimble_scanlist.h.
| uint8_t nimble_scanlist_entry_t::phy_pri | 
primary PHY used
Definition at line 56 of file nimble_scanlist.h.
| uint8_t nimble_scanlist_entry_t::phy_sec | 
secondary PHY advertised
Definition at line 57 of file nimble_scanlist.h.
| uint8_t nimble_scanlist_entry_t::type | 
advertising packet type
Definition at line 55 of file nimble_scanlist.h.