Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h230 struct bt_mesh_net { struct
231 bt_u32_t iv_index; /* Current IV Index */
233 iv_update:1, /* 1 if IV Update in Progress */
235 ivu_test:1, /* IV Update test mode */
237 valid:1; /* 0 if unused */
243 struct k_work local_work;
244 sys_slist_t local_queue;
256 u8_t ivu_duration;
259 struct k_delayed_work ivu_timer;
261 u8_t dev_key[16];
[all …]

Completed in 5 milliseconds