Skip to content

Commit

Permalink
Bluetooth: ATT: add debug log for timeout override
Browse files Browse the repository at this point in the history
Nice to know the stack's ain't having none of your timeouts.

(cherry picked from commit 28d7d14)

Original-Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
GitOrigin-RevId: 28d7d14
Change-Id: Ia0a6cae8b13d14634efcd4444bf812f8db6b05aa
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5516683
Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Tested-by: Ting Shen <phoenixshen@chromium.org>
  • Loading branch information
jori-nordic authored and Chromeos LUCI committed May 6, 2024
1 parent 53fd68f commit b6e3ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/bluetooth/host/att.c
Original file line number Diff line number Diff line change
Expand Up @@ -3808,6 +3808,7 @@ struct bt_att_req *bt_att_req_alloc(k_timeout_t timeout)
/* No req will be fulfilled while blocking on the bt_recv thread.
* Blocking would cause deadlock.
*/
LOG_DBG("Timeout discarded. No blocking on bt_recv thread.");
timeout = K_NO_WAIT;
}

Expand Down

0 comments on commit b6e3ec7

Please sign in to comment.