Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c88 static struct seg_rx { struct
103 } seg_rx[CONFIG_BLE_MESH_RX_SEG_MSG_COUNT] = { argument
1117 static inline int32_t ack_timeout(struct seg_rx *rx) in ack_timeout()
1317 static void seg_rx_reset(struct seg_rx *rx, bool full_reset) in seg_rx_reset()
1348 static uint32_t incomplete_timeout(struct seg_rx *rx) in incomplete_timeout()
1370 struct seg_rx *rx = CONTAINER_OF(work, struct seg_rx, ack); in seg_ack()
1413 static struct seg_rx *seg_rx_find(struct bt_mesh_net_rx *net_rx,
1418 for (i = 0; i < ARRAY_SIZE(seg_rx); i++) {
1419 struct seg_rx *rx = &seg_rx[i];
1454 static bool seg_rx_is_valid(struct seg_rx *rx, struct bt_mesh_net_rx *net_rx,
[all …]