CC13xx Driver Library
rfc_bleWhiteListEntry_s Struct Reference

#include <rf_ble_cmd.h>

Data Fields

uint8_t size
 Number of while list entries. Used in the first entry of the list only. More...
 
struct {
   uint8_t   bEnable:1
 1 if the entry is in use, 0 if the entry is not in use More...
 
   uint8_t   addrType:1
 The type address in the entry – public (0) or random (1) More...
 
   uint8_t   bWlIgn:1
 1 if the entry is to be ignored by a scanner, 0 otherwise. Used to mask out entries that have already been scanned and reported. More...
 
   uint8_t   __pad0__:1
 
   uint8_t   bIrkValid:1
 1 if a valid IRK exists, so that the entry is to be ignored by an initiator, 0 otherwise More...
 
conf
 
uint16_t address
 Least significant 16 bits of the address contained in the entry. More...
 
uint32_t addressHi
 Most significant 32 bits of the address contained in the entry. More...
 

Field Documentation

uint8_t rfc_bleWhiteListEntry_s::__pad0__
uint16_t rfc_bleWhiteListEntry_s::address

Least significant 16 bits of the address contained in the entry.

uint32_t rfc_bleWhiteListEntry_s::addressHi

Most significant 32 bits of the address contained in the entry.

uint8_t rfc_bleWhiteListEntry_s::addrType

The type address in the entry – public (0) or random (1)

uint8_t rfc_bleWhiteListEntry_s::bEnable

1 if the entry is in use, 0 if the entry is not in use

uint8_t rfc_bleWhiteListEntry_s::bIrkValid

1 if a valid IRK exists, so that the entry is to be ignored by an initiator, 0 otherwise

uint8_t rfc_bleWhiteListEntry_s::bWlIgn

1 if the entry is to be ignored by a scanner, 0 otherwise. Used to mask out entries that have already been scanned and reported.

struct { ... } rfc_bleWhiteListEntry_s::conf
uint8_t rfc_bleWhiteListEntry_s::size

Number of while list entries. Used in the first entry of the list only.