Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c853 bt_mesh_net_recv(&buf->b, 0, BLE_MESH_NET_IF_LOCAL); in bt_mesh_net_local()
1212 case BLE_MESH_NET_IF_LOCAL: in relay_to_adv()
1230 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in bt_mesh_net_relay()
1291 if (rx->net_if != BLE_MESH_NET_IF_LOCAL) { in bt_mesh_net_relay()
1331 rx->net_if == BLE_MESH_NET_IF_LOCAL)) { in bt_mesh_net_relay()
1415 if (net_if != BLE_MESH_NET_IF_LOCAL && bt_mesh_elem_find(rx->ctx.addr)) { in bt_mesh_net_decode()
Dnet.h281 BLE_MESH_NET_IF_LOCAL, enumerator
Dfriend.c1403 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in friend_lpn_enqueue_rx()
1626 (rx->ctx.recv_ttl <= 1U && rx->net_if != BLE_MESH_NET_IF_LOCAL) || in bt_mesh_friend_enqueue_rx()
Dtransport.c683 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in bt_mesh_rpl_check()