Searched defs:bt_mesh_net (Results 1 – 1 of 1) sorted by relevance
216 struct bt_mesh_net { struct217 u32_t iv_index; /* Current IV Index */218 u32_t seq:24, /* Next outgoing sequence number */219 iv_update:1, /* 1 if IV Update in Progress */220 ivu_initiator:1, /* IV Update initiated by us */221 ivu_test:1, /* IV Update test mode */222 pending_update:1, /* Update blocked by SDU in progress */223 valid:1; /* 0 if unused */228 struct ble_npl_callout local_work;229 struct net_buf_slist_t local_queue;[all …]