Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_bt_mesh_core_state_seq_t Struct Reference

Data for state type WICED_BT_MESH_CORE_STATE_TYPE_SEQ. More...

Data Fields

uint16_t addr
 Unicast device address. More...
 
uint32_t seq
 Sequence Number (SEQ). More...
 
uint8_t previous_iv_idx
 FALSE - it is SEQ for current IV INDEX. More...
 
uint16_t rpl_entry_idx
 Index of this entry in the RPL. More...
 

Detailed Description

Data for state type WICED_BT_MESH_CORE_STATE_TYPE_SEQ.

It represents the own Sequence Number(SEQ) or SEQ in any entry of Replay Protection Lis(RPL).

Field Documentation

uint16_t addr

Unicast device address.

0 means own address

uint8_t previous_iv_idx

FALSE - it is SEQ for current IV INDEX.

TRUE - for previous. If addr is 0 then it is ignored.

uint16_t rpl_entry_idx

Index of this entry in the RPL.

It is needed to do direct access to the NVRAM IDX for write. If addr is 0 then it is ignored.

uint32_t seq

Sequence Number (SEQ).

It should be <= 0x00ffffff (3 bytes length).


The documentation for this struct was generated from the following file: