Extended PDU filtering parameters. More...
#include <bb_ble_api_pdufilt.h>
Data Fields | |
uint64_t | peerAddr |
uint64_t | localAddr |
uint8_t | pduType |
uint8_t | extHdrFlags |
bool_t | peerAddrRand |
bool_t | localAddrRand |
Extended PDU filtering parameters.
Definition at line 82 of file bb_ble_api_pdufilt.h.
uint8_t extHdrFlags |
Extended header flags.
Definition at line 87 of file bb_ble_api_pdufilt.h.
uint64_t localAddr |
Local address.
Definition at line 85 of file bb_ble_api_pdufilt.h.
bool_t localAddrRand |
TRUE if local address is random, FALSE otherwise.
Definition at line 89 of file bb_ble_api_pdufilt.h.
uint8_t pduType |
PDU type.
Definition at line 86 of file bb_ble_api_pdufilt.h.
uint64_t peerAddr |
Peer address.
Definition at line 84 of file bb_ble_api_pdufilt.h.
bool_t peerAddrRand |
TRUE if peer address is random, FALSE otherwise.
Definition at line 88 of file bb_ble_api_pdufilt.h.