Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dnet.h240 struct bt_mesh_net { struct
241 u32_t iv_index; /* Current IV Index */
242 u32_t seq; /* Next outgoing sequence number (24 bits) */
247 struct ble_npl_callout local_work;
248 struct net_buf_slist_t local_queue;
252 struct bt_mesh_friend frnd[MYNEWT_VAL(BLE_MESH_FRIEND_LPN_COUNT)];
279 enum bt_mesh_net_if { argument