Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dnet.c1068 if (rx->net_if == BLE_MESH_NET_IF_ADV && msg_cache_match(rx, buf)) { in net_decrypt()
1076 rx->net_if == BLE_MESH_NET_IF_PROXY_CFG) { in net_decrypt()
1185 static bool relay_to_adv(enum bt_mesh_net_if net_if) in relay_to_adv() argument
1187 switch (net_if) { in relay_to_adv()
1206 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in bt_mesh_net_relay()
1222 if (rx->net_if == BLE_MESH_NET_IF_ADV && in bt_mesh_net_relay()
1235 if (rx->net_if == BLE_MESH_NET_IF_ADV) { in bt_mesh_net_relay()
1266 if (rx->net_if != BLE_MESH_NET_IF_LOCAL) { in bt_mesh_net_relay()
1305 rx->net_if == BLE_MESH_NET_IF_LOCAL)) { in bt_mesh_net_relay()
1312 if (relay_to_adv(rx->net_if)) { in bt_mesh_net_relay()
[all …]
Dnet.h296 net_if:2, /* Network interface */ member
360 int bt_mesh_net_decode(struct net_buf_simple *data, enum bt_mesh_net_if net_if,
364 enum bt_mesh_net_if net_if);
Dfriend.c1395 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in friend_lpn_enqueue_rx()
1618 (rx->ctx.recv_ttl <= 1U && rx->net_if != BLE_MESH_NET_IF_LOCAL) || in bt_mesh_friend_enqueue_rx()
Dtransport.c675 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in bt_mesh_rpl_check()
1723 bt_mesh_lpn_established() && rx->net_if == BLE_MESH_NET_IF_ADV && in bt_mesh_trans_recv()