PDU filtering parameters. More...
#include <bb_ble_api_pdufilt.h>
Data Fields | |
uint16_t | pduTypeFilt |
uint16_t | wlPduTypeFilt |
uint32_t | flags |
uint64_t | localAddrMatch |
uint64_t | peerAddrMatch |
PDU filtering parameters.
Definition at line 72 of file bb_ble_api_pdufilt.h.
uint32_t flags |
Flags for PDU filtering.
Definition at line 76 of file bb_ble_api_pdufilt.h.
uint64_t localAddrMatch |
Local address to match.
Definition at line 77 of file bb_ble_api_pdufilt.h.
uint16_t pduTypeFilt |
Bit map of the PDUs the BB should allow.
Definition at line 74 of file bb_ble_api_pdufilt.h.
uint64_t peerAddrMatch |
Peer address to match.
Definition at line 78 of file bb_ble_api_pdufilt.h.
uint16_t wlPduTypeFilt |
Bit map of the PDUs the BB should pass through the whitelist.
Definition at line 75 of file bb_ble_api_pdufilt.h.