Searched refs:friend_match (Results 1 – 4 of 4) sorted by relevance
920 if (IS_ENABLED(CONFIG_BLE_MESH_FRIEND) && rx->friend_match) { in trans_ack()1109 if (!rx->local_match && !rx->friend_match) { in trans_unseg()1614 net_rx->friend_match);1622 net_rx->friend_match && !net_rx->local_match &&1630 net_rx->friend_match);1645 rx->obo = net_rx->friend_match;1732 rx->friend_match = bt_mesh_friend_match(rx->sub->net_idx,1735 rx->friend_match = false;1739 rx->ctx.addr, rx->ctx.recv_dst, rx->seq, rx->friend_match);1766 if (!rx->local_match && !rx->friend_match) {[all …]
300 friend_match:1; /* Matched an LPN we're friends for */ member
1550 bool someone_has_space = false, friend_match = false; in bt_mesh_friend_queue_has_space() local1560 friend_match = true; in bt_mesh_friend_queue_has_space()1570 if (!friend_match) { in bt_mesh_friend_queue_has_space()1625 if (!rx->friend_match || in bt_mesh_friend_enqueue_rx()
1528 (!rx.local_match && !rx.friend_match in bt_mesh_net_recv()