Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c1092 if (rx->net_if == BLE_MESH_NET_IF_ADV && msg_cache_match(rx, buf)) { in net_decrypt()
1214 case BLE_MESH_NET_IF_ADV: in relay_to_adv()
1246 if (rx->net_if == BLE_MESH_NET_IF_ADV && in bt_mesh_net_relay()
1260 if (rx->net_if == BLE_MESH_NET_IF_ADV && !rx->friend_cred) { in bt_mesh_net_relay()
1370 if (net_if == BLE_MESH_NET_IF_ADV && check_dup(data)) { in bt_mesh_net_decode()
Dscan.c244 bt_mesh_net_recv(buf, rssi, BLE_MESH_NET_IF_ADV); in bt_mesh_scan_cb()
Dnet.h280 BLE_MESH_NET_IF_ADV, enumerator
Dtransport.c1751 bt_mesh_lpn_established() && rx->net_if == BLE_MESH_NET_IF_ADV &&