PDU filtering statistics. More...
#include <bb_ble_api.h>
Data Fields | |
uint16_t | failPduTypeFilt |
uint16_t | passPduTypeFilt |
uint16_t | failWlFilt |
uint16_t | passWlFilt |
uint16_t | failPeerAddrMatch |
uint16_t | passPeerAddrMatch |
uint16_t | failLocalAddrMatch |
uint16_t | passLocalAddrMatch |
uint16_t | failPeerRpaVerify |
uint16_t | passPeerRpaVerify |
uint16_t | failLocalRpaVerify |
uint16_t | passLocalRpaVerify |
uint16_t | failPeerPrivAddrReq |
uint16_t | failLocalPrivAddrReq |
uint16_t | failPeerAddrResReq |
uint16_t | passPeerAddrResOpt |
uint16_t | passLocalAddrResOpt |
uint16_t | peerResAddrPend |
uint16_t | localResAddrPend |
PDU filtering statistics.
Definition at line 140 of file bb_ble_api.h.
uint16_t failLocalAddrMatch |
Number of PDUS failing local address match.
Definition at line 148 of file bb_ble_api.h.
uint16_t failLocalPrivAddrReq |
Number of local addresses failing requirement to be RPAs.
Definition at line 155 of file bb_ble_api.h.
uint16_t failLocalRpaVerify |
Number of local RPAs failing verification.
Definition at line 152 of file bb_ble_api.h.
uint16_t failPduTypeFilt |
Number of PDUs failing PDU type filter.
Definition at line 142 of file bb_ble_api.h.
uint16_t failPeerAddrMatch |
Number of PDUS failing peer address match.
Definition at line 146 of file bb_ble_api.h.
uint16_t failPeerAddrResReq |
Number of PDUs failing required peer address resolution.
Definition at line 156 of file bb_ble_api.h.
uint16_t failPeerPrivAddrReq |
Number of peer addresses failing requirement to be RPAs.
Definition at line 154 of file bb_ble_api.h.
uint16_t failPeerRpaVerify |
Number of peer RPAs failing verification.
Definition at line 150 of file bb_ble_api.h.
uint16_t failWlFilt |
Number of PDUs failing whitelist filter.
Definition at line 144 of file bb_ble_api.h.
uint16_t localResAddrPend |
Number of local address resolutions pended.
Definition at line 160 of file bb_ble_api.h.
uint16_t passLocalAddrMatch |
Number of PDUs passing local address match.
Definition at line 149 of file bb_ble_api.h.
uint16_t passLocalAddrResOpt |
Number of PDUs passing optional local address resolution.
Definition at line 158 of file bb_ble_api.h.
uint16_t passLocalRpaVerify |
Number of local RPAs passing verification.
Definition at line 153 of file bb_ble_api.h.
uint16_t passPduTypeFilt |
Number of PDUs passing PDU type filter.
Definition at line 143 of file bb_ble_api.h.
uint16_t passPeerAddrMatch |
Number of PDUs passing peer address match.
Definition at line 147 of file bb_ble_api.h.
uint16_t passPeerAddrResOpt |
Number of PDUs passing optional peer address resolution.
Definition at line 157 of file bb_ble_api.h.
uint16_t passPeerRpaVerify |
Number of peer RPAs passing verification.
Definition at line 151 of file bb_ble_api.h.
uint16_t passWlFilt |
Number of PDUs passing whitelist filter.
Definition at line 145 of file bb_ble_api.h.
uint16_t peerResAddrPend |
Number of peer address resolutions pended.
Definition at line 159 of file bb_ble_api.h.