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...
 

Detailed Description

Definition at line 1078 of file rf_ble_cmd.h.

Field Documentation

uint8_t rfc_bleWhiteListEntry_s::__pad0__

Definition at line 1085 of file rf_ble_cmd.h.

uint16_t rfc_bleWhiteListEntry_s::address

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

Definition at line 1089 of file rf_ble_cmd.h.

uint32_t rfc_bleWhiteListEntry_s::addressHi

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

Definition at line 1090 of file rf_ble_cmd.h.

uint8_t rfc_bleWhiteListEntry_s::addrType

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

Definition at line 1082 of file rf_ble_cmd.h.

uint8_t rfc_bleWhiteListEntry_s::bEnable

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

Definition at line 1081 of file rf_ble_cmd.h.

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

Definition at line 1086 of file rf_ble_cmd.h.

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.

Definition at line 1083 of file rf_ble_cmd.h.

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.

Definition at line 1079 of file rf_ble_cmd.h.