Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.h261 struct bt_mesh_net_rx { struct
262 struct bt_mesh_subnet *sub;
263 struct bt_mesh_msg_ctx ctx;
264 uint32_t seq; /* Sequence Number */
265 uint8_t old_iv:1, /* iv_index - 1 was used */
266 new_key:1, /* Data was encrypted with updated key */
267 friend_cred:1, /* Data was encrypted with friend cred */
268 ctl:1, /* Network Control */
269 net_if:2, /* Network interface */
270 local_match:1, /* Matched a local element */
[all …]