PDU filtering results. More...
#include <bb_ble_api_pdufilt.h>
| Data Fields | |
| uint64_t | peerAddr | 
| uint64_t | peerIdAddr | 
| uint8_t | pduType | 
| uint8_t | pduLen | 
| bool_t | peerAddrRand | 
| bool_t | peerIdAddrRand | 
| bool_t | peerMatch | 
| bool_t | localMatch | 
PDU filtering results.
Definition at line 93 of file bb_ble_api_pdufilt.h.
| bool_t localMatch | 
TRUE if local address was resolved or matched.
Definition at line 102 of file bb_ble_api_pdufilt.h.
| uint8_t pduLen | 
PDU length.
Definition at line 98 of file bb_ble_api_pdufilt.h.
| uint8_t pduType | 
PDU type.
Definition at line 97 of file bb_ble_api_pdufilt.h.
| uint64_t peerAddr | 
Peer address.
Definition at line 95 of file bb_ble_api_pdufilt.h.
| bool_t peerAddrRand | 
TRUE if peer address is random.
Definition at line 99 of file bb_ble_api_pdufilt.h.
| uint64_t peerIdAddr | 
Peer ID address.
Definition at line 96 of file bb_ble_api_pdufilt.h.
| bool_t peerIdAddrRand | 
TRUE if peer ID address is random.
Definition at line 100 of file bb_ble_api_pdufilt.h.
| bool_t peerMatch | 
TRUE if peer address was resolved or matched.
Definition at line 101 of file bb_ble_api_pdufilt.h.