Searched defs:bt_mesh_net_rx (Results 1 – 1 of 1) sorted by relevance
287 struct bt_mesh_net_rx { struct288 struct bt_mesh_subnet *sub;289 struct bt_mesh_msg_ctx ctx;290 uint32_t seq; /* Sequence Number */291 uint8_t old_iv:1, /* iv_index - 1 was used */292 new_key:1, /* Data was encrypted with updated key */293 friend_cred:1, /* Data was encrypted with friend cred */294 ctl:1, /* Network Control */295 net_if:2, /* Network interface */296 local_match:1, /* Matched a local element */[all …]