Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c72 static struct seg_tx { struct
86 } seg_tx[CONFIG_BLE_MESH_TX_SEG_MSG_COUNT]; argument
178 struct seg_tx tx = { in bt_mesh_get_seg_retrans_timeout()
247 for (i = 0; i < ARRAY_SIZE(seg_tx); i++) { in bt_mesh_tx_in_progress()
248 if (seg_tx[i].nack_count) { in bt_mesh_tx_in_progress()
256 static void seg_tx_done(struct seg_tx *tx, uint8_t seg_idx) in seg_tx_done()
274 static void seg_tx_reset(struct seg_tx *tx) in seg_tx_reset()
311 static inline void seg_tx_complete(struct seg_tx *tx, int err) in seg_tx_complete()
323 static void schedule_retransmit(struct seg_tx *tx) in schedule_retransmit()
340 struct seg_tx *tx = user_data; in seg_first_send_start()
[all …]