Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dtransport.c799 return rx->friend_match ? 0 : -ENXIO; in sdu_recv()
865 if (IS_ENABLED(CONFIG_BT_MESH_FRIEND) && rx->friend_match) { in trans_ack()
1450 net_rx->friend_match); in trans_seg()
1458 net_rx->friend_match && !net_rx->local_match && in trans_seg()
1466 net_rx->friend_match); in trans_seg()
1503 rx->obo = net_rx->friend_match; in trans_seg()
1623 rx->friend_match = bt_mesh_friend_match(rx->sub->net_idx, in bt_mesh_trans_recv()
1626 rx->friend_match = false; in bt_mesh_trans_recv()
1630 rx->seq, rx->friend_match); in bt_mesh_trans_recv()
1662 if (!rx->local_match && !rx->friend_match) { in bt_mesh_trans_recv()
[all …]
Dnet.h271 friend_match:1; /* Matched an LPN we're friends for */ member
Dfriend.c1613 bool someone_has_space = false, friend_match = false; in bt_mesh_friend_queue_has_space() local
1623 friend_match = true; in bt_mesh_friend_queue_has_space()
1633 if (!friend_match) { in bt_mesh_friend_queue_has_space()
1704 if (!rx->friend_match || in bt_mesh_friend_enqueue_rx()
Dnet.c423 .friend_match = 0U, in bt_mesh_net_local()
927 (!rx.local_match && !rx.friend_match)) { in bt_mesh_net_recv()