Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dtransport.c68 static struct seg_tx { struct
95 } seg_tx[CONFIG_BT_MESH_TX_SEG_MSG_COUNT]; argument
187 for (i = 0; i < ARRAY_SIZE(seg_tx); i++) { in bt_mesh_tx_in_progress()
188 if (seg_tx[i].nack_count) { in bt_mesh_tx_in_progress()
196 static void seg_tx_done(struct seg_tx *tx, uint8_t seg_idx) in seg_tx_done()
203 static bool seg_tx_blocks(struct seg_tx *tx, uint16_t src, uint16_t dst) in seg_tx_blocks()
208 static void seg_tx_unblock_check(struct seg_tx *tx) in seg_tx_unblock_check()
210 struct seg_tx *blocked = NULL; in seg_tx_unblock_check()
214 for (i = 0; i < ARRAY_SIZE(seg_tx); ++i) { in seg_tx_unblock_check()
215 if (&seg_tx[i] != tx && in seg_tx_unblock_check()
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst1047 * :github:`24101` - Bluetooth: Mesh: Transport Segment send failed lead to seg_tx un-free