nimble_scanlist_entry_t Struct Reference

Data structure for holding a single scanlist entry. More...

Detailed Description

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
 

The documentation for this struct was generated from the following file: