Advertising report filter. More...
#include <lctr_int_adv_master.h>
| Data Fields | |
| uint64_t | filtTbl [LL_NUM_ADV_FILT] | 
| bool_t | enable | 
| bool_t | addToFiltTbl | 
| uint8_t | headIdx | 
| uint32_t | validMask | 
Advertising report filter.
Definition at line 64 of file lctr_int_adv_master.h.
| bool_t addToFiltTbl | 
TRUE if duplicate is not found and is to be added to the table.
Definition at line 69 of file lctr_int_adv_master.h.
| bool_t enable | 
Enable advertising filtering.
Definition at line 68 of file lctr_int_adv_master.h.
| uint64_t filtTbl[LL_NUM_ADV_FILT] | 
Advertising filter table.
Definition at line 66 of file lctr_int_adv_master.h.
| uint8_t headIdx | 
Head index of filter table.
Definition at line 70 of file lctr_int_adv_master.h.
| uint32_t validMask | 
Mask for valid entries.
Definition at line 71 of file lctr_int_adv_master.h.