Lines Matching full:friend

22 #include "friend.h"
37 CONFIG_LOG_MODE_DEFERRED Kconfig option when Friend feature is enabled.
46 /* PDUs from Friend to the LPN should only be transmitted once with the
63 BUILD_ASSERT(CONFIG_BT_MESH_LABEL_COUNT <= 0xFFFU, "Friend doesn't support more than 4096 labels.");
263 LOG_WRN("Too short Friend Clear"); in bt_mesh_friend_clear()
278 /* A Friend Clear message is considered valid if the result of the in bt_mesh_friend_clear()
279 * subtraction of the value of the LPNCounter field of the Friend in bt_mesh_friend_clear()
281 * value of the LPNCounter field of the Friend Clear message, modulo in bt_mesh_friend_clear()
320 LOG_WRN("No space in friend subscription list"); in friend_sub_add()
471 LOG_DBG("Re-encrypting friend pdu (SeqNum %06x -> %06x)", meta.crypto.seq_num, bt_mesh.seq); in unseg_app_sdu_prepare()
631 LOG_WRN("Too short Friend Subscription Add"); in bt_mesh_friend_sub_add()
666 LOG_WRN("Too short Friend Subscription Remove"); in bt_mesh_friend_sub_rem()
706 LOG_ERR("Unable to encode Friend Update"); in enqueue_update()
719 LOG_WRN("Too short Friend Poll"); in bt_mesh_friend_poll()
756 LOG_DBG("Enqueued Friend Update to empty queue"); in bt_mesh_friend_poll()
846 LOG_DBG("LPN 0x%04x (old) Friend 0x%04x", frnd->lpn, frnd->clear.frnd); in clear_timeout()
860 LOG_DBG("LPN 0x%04x (old) Friend 0x%04x", frnd->lpn, frnd->clear.frnd); in clear_procedure_start()
878 LOG_WRN("Too short Friend Clear Confirm"); in bt_mesh_friend_clear_cfm()
931 LOG_ERR("Unable to encode Friend Offer"); in enqueue_offer()
983 LOG_DBG("Ignoring Friend request from local interface"); in bt_mesh_friend_req()
988 LOG_WRN("Too short Friend Request"); in bt_mesh_friend_req()
1015 LOG_WRN("Prohibited Minimum Queue Size in Friend Request"); in bt_mesh_friend_req()
1020 LOG_WRN("We have a too small Friend Queue size (%u < %u)", in bt_mesh_friend_req()
1040 LOG_WRN("No free Friend contexts for new LPN"); in bt_mesh_friend_req()
1055 LOG_ERR("Failed to create friend credentials"); in bt_mesh_friend_req()
1141 LOG_ERR("No free friend segment RX contexts for 0x%04x", src); in enqueue_friend_pdu()
1165 LOG_WRN("Attempt of sending to removed friend"); in buf_send_start()
1171 /* Friend Offer doesn't follow the re-sending semantics */ in buf_send_start()
1194 /* Friend offer timeout is 1 second */ in buf_send_end()
1225 LOG_DBG("Update Previous Friend Update MD 0x%02x -> 0x%02x", upd->md, md); in update_overwrite()
1279 LOG_DBG("Sending buf %p from Friend Queue of LPN 0x%04x", frnd->last, frnd->lpn); in friend_timeout()
1286 LOG_ERR("Unable to allocate friend adv"); in friend_timeout()
1322 LOG_ERR("Failed updating friend cred for 0x%04x", frnd->lpn); in subnet_evt()
1343 BT_MESH_SUBNET_CB_DEFINE(friend) = {
1416 LOG_DBG("Removing old ack from Friend Queue"); in friend_purge_old_ack()
1467 LOG_ERR("Failed to encode Friend buffer"); in friend_lpn_enqueue_rx()
1503 LOG_ERR("Failed to encode Friend buffer"); in friend_lpn_enqueue_tx()
1603 * are more than the Friend Queue Size, then there's no space. This in friend_queue_has_space()
1638 * least one Friend Queue has space. If there were multiple Friend in bt_mesh_friend_queue_has_space()