Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c688 if (!rx->local_match) { in bt_mesh_rpl_check()
751 if (IS_ENABLED(CONFIG_BLE_MESH_FRIEND) && !rx->local_match) { in sdu_recv()
865 if (rx->local_match) { in sdu_recv()
1035 if (!rx->local_match) { in ctl_recv()
1109 if (!rx->local_match && !rx->friend_match) { in trans_unseg()
1622 net_rx->friend_match && !net_rx->local_match &&
1766 if (!rx->local_match && !rx->friend_match) {
Dnet.h296 local_match:1, /* Matched a local element */ member
Dnet.c1496 rx.local_match = (bt_mesh_fixed_group_match(rx.ctx.recv_dst) || in bt_mesh_net_recv()
1504 !rx.local_match) { in bt_mesh_net_recv()
1528 (!rx.local_match && !rx.friend_match in bt_mesh_net_recv()
Dproxy_client.c167 rx.local_match = 1U; in proxy_cfg()
Dproxy_server.c325 rx.local_match = 1U; in proxy_cfg()