Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dtransport.c68 static struct seg_tx { struct
69 struct bt_mesh_subnet *sub;
70 void *seg[BT_MESH_TX_SEG_MAX];
71 uint64_t seq_auth;
95 } seg_tx[CONFIG_BT_MESH_TX_SEG_MSG_COUNT]; argument