Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c127 rx->msg_cache_idx = msg_cache_next++; in msg_cache_add()
128 msg_cache[rx->msg_cache_idx].src = rx->ctx.addr; in msg_cache_add()
129 msg_cache[rx->msg_cache_idx].seq = rx->seq; in msg_cache_add()
1519 msg_cache[rx.msg_cache_idx].src = BLE_MESH_ADDR_UNASSIGNED; in bt_mesh_net_recv()
1521 msg_cache_next = rx.msg_cache_idx; in bt_mesh_net_recv()
Dnet.h301 uint16_t msg_cache_idx; /* Index of entry in message cache */ member