Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dstatistic.c49 case BT_MESH_NET_IF_ADV: in bt_mesh_stat_rx()
Dnet.c656 if (rx->net_if == BT_MESH_NET_IF_ADV && msg_cache_match(out)) { in net_decrypt()
675 case BT_MESH_NET_IF_ADV: in relay_to_adv()
695 if (rx->net_if == BT_MESH_NET_IF_ADV && !rx->friend_cred && !bridge && in bt_mesh_net_relay()
708 if (rx->net_if == BT_MESH_NET_IF_ADV && !rx->friend_cred && !bridge) { in bt_mesh_net_relay()
819 if (net_if == BT_MESH_NET_IF_ADV && check_dup(in)) { in bt_mesh_net_decode()
Dnet.h254 BT_MESH_NET_IF_ADV, enumerator
Dadv.c344 bt_mesh_net_recv(buf, rssi, BT_MESH_NET_IF_ADV); in bt_mesh_scan_cb()
Dtransport.c1647 bt_mesh_lpn_established() && rx->net_if == BT_MESH_NET_IF_ADV && in bt_mesh_trans_recv()