Home
last modified time | relevance | path

Searched refs:BT_MESH_NET_IF_LOCAL (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dstatistic.c52 case BT_MESH_NET_IF_LOCAL: in bt_mesh_stat_rx()
Dnet.h255 BT_MESH_NET_IF_LOCAL, enumerator
Drpl.c116 if (rx->net_if == BT_MESH_NET_IF_LOCAL) { in bt_mesh_rpl_check()
Dfriend.c982 if (rx->net_if == BT_MESH_NET_IF_LOCAL) { in bt_mesh_friend_req()
1453 if (rx->net_if == BT_MESH_NET_IF_LOCAL) { in friend_lpn_enqueue_rx()
1705 (rx->ctx.recv_ttl <= 1U && rx->net_if != BT_MESH_NET_IF_LOCAL) || in bt_mesh_friend_enqueue_rx()
Dapp_keys.c549 rx->net_if != BT_MESH_NET_IF_LOCAL) { in bt_mesh_app_key_find()
Dnet.c416 .net_if = BT_MESH_NET_IF_LOCAL, in bt_mesh_net_local()