Home
last modified time | relevance | path

Searched defs:key_update (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcdb.c33 struct key_update { struct
34 uint16_t key_idx:12, /* AppKey or NetKey Index */
35 valid:1, /* 1 if this entry is valid, 0 if not */
36 app_key:1, /* 1 if this is an AppKey, 0 if a NetKey */
37 clear:1; /* 1 if key needs clearing, 0 if storing */