Searched refs:friend_lpn_matches (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | friend.c | 1535 static bool friend_lpn_matches(struct bt_mesh_friend *frnd, uint16_t net_idx, in friend_lpn_matches() function 1568 if (friend_lpn_matches(frnd, net_idx, addr)) { in bt_mesh_friend_match() 1619 if (!friend_lpn_matches(frnd, net_idx, dst)) { in bt_mesh_friend_queue_has_space() 1716 if (!friend_lpn_matches(frnd, rx->sub->net_idx, in bt_mesh_friend_enqueue_rx() 1721 if (friend_lpn_matches(frnd, rx->sub->net_idx, in bt_mesh_friend_enqueue_rx() 1758 if (!friend_lpn_matches(frnd, tx->sub->net_idx, in bt_mesh_friend_enqueue_tx() 1801 if (!friend_lpn_matches(frnd, sub->net_idx, dst)) { in bt_mesh_friend_clear_incomplete()
|