Searched defs:bt_mesh_net_rx (Results 1 – 1 of 1) sorted by relevance
295 struct bt_mesh_net_rx { struct296 struct bt_mesh_subnet *sub;297 struct bt_mesh_msg_ctx ctx;298 bt_u32_t seq; /* Sequence Number */299 u8_t old_iv:1, /* iv_index - 1 was used */300 new_key:1, /* Data was encrypted with updated key */302 ctl:1, /* Network Control */303 net_if:2, /* Network interface */304 local_match:1, /* Matched a local element */305 friend_match:1; /* Matched an LPN we're friends for */[all …]
Completed in 4 milliseconds