Lines Matching refs:LOG_WRN

263 		LOG_WRN("Too short Friend Clear");  in bt_mesh_friend_clear()
274 LOG_WRN("No matching LPN addr 0x%04x", lpn_addr); in bt_mesh_friend_clear()
285 LOG_WRN("LPN Counter out of range (old %u new %u)", frnd->lpn_counter, lpn_counter); in bt_mesh_friend_clear()
320 LOG_WRN("No space in friend subscription list"); in friend_sub_add()
475 LOG_WRN("Decryption failed! %d", err); in unseg_app_sdu_prepare()
483 LOG_WRN("Re-encryption failed! %d", err); in unseg_app_sdu_prepare()
631 LOG_WRN("Too short Friend Subscription Add"); in bt_mesh_friend_sub_add()
637 LOG_WRN("No matching LPN addr 0x%04x", rx->ctx.addr); in bt_mesh_friend_sub_add()
642 LOG_WRN("Previous buffer not yet sent!"); in bt_mesh_friend_sub_add()
666 LOG_WRN("Too short Friend Subscription Remove"); in bt_mesh_friend_sub_rem()
672 LOG_WRN("No matching LPN addr 0x%04x", rx->ctx.addr); in bt_mesh_friend_sub_rem()
677 LOG_WRN("Previous buffer not yet sent!"); in bt_mesh_friend_sub_rem()
719 LOG_WRN("Too short Friend Poll"); in bt_mesh_friend_poll()
725 LOG_WRN("No matching LPN addr 0x%04x", rx->ctx.addr); in bt_mesh_friend_poll()
730 LOG_WRN("Prohibited (non-zero) padding bits"); in bt_mesh_friend_poll()
735 LOG_WRN("Previous buffer not yet sent"); in bt_mesh_friend_poll()
878 LOG_WRN("Too short Friend Clear Confirm"); in bt_mesh_friend_clear_cfm()
884 LOG_WRN("No pending clear procedure for 0x%02x", rx->ctx.addr); in bt_mesh_friend_clear_cfm()
890 LOG_WRN("LPN address mismatch (0x%04x != 0x%04x)", lpn_addr, frnd->lpn); in bt_mesh_friend_clear_cfm()
896 LOG_WRN("LPN counter mismatch (0x%04x != 0x%04x)", lpn_counter, frnd->lpn_counter); in bt_mesh_friend_clear_cfm()
988 LOG_WRN("Too short Friend Request"); in bt_mesh_friend_req()
993 LOG_WRN("Prohibited ReceiveDelay (0x%02x)", msg->recv_delay); in bt_mesh_friend_req()
1000 LOG_WRN("Prohibited PollTimeout (0x%06x)", poll_to); in bt_mesh_friend_req()
1005 LOG_WRN("Prohibited NumElements value (0x00)"); in bt_mesh_friend_req()
1010 LOG_WRN("LPN elements stretch outside of unicast range"); 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()
1027 LOG_WRN("Existing LPN re-requesting Friendship"); in bt_mesh_friend_req()
1040 LOG_WRN("No free Friend contexts for new LPN"); in bt_mesh_friend_req()
1165 LOG_WRN("Attempt of sending to removed friend"); in buf_send_start()
1185 LOG_WRN("Another request before previous completed sending"); in buf_send_end()
1259 LOG_WRN("Friendship lost with 0x%04x", frnd->lpn); in friend_timeout()
1266 LOG_WRN("Friendship not established with 0x%04x", frnd->lpn); in friend_timeout()
1812 LOG_WRN("Clearing incomplete segments for 0x%04x", src); in bt_mesh_friend_clear_incomplete()