Skip to content

Commit 28d7d14

Browse files
jori-nordicfabiobaltieri
authored andcommitted
Bluetooth: ATT: add debug log for timeout override
Nice to know the stack's ain't having none of your timeouts. Signed-off-by: Jonathan Rico <[email protected]>
1 parent 24c7ad3 commit 28d7d14

File tree

1 file changed

+1
-0
lines changed
  • subsys/bluetooth/host

1 file changed

+1
-0
lines changed

subsys/bluetooth/host/att.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3808,6 +3808,7 @@ struct bt_att_req *bt_att_req_alloc(k_timeout_t timeout)
38083808
/* No req will be fulfilled while blocking on the bt_recv thread.
38093809
* Blocking would cause deadlock.
38103810
*/
3811+
LOG_DBG("Timeout discarded. No blocking on bt_recv thread.");
38113812
timeout = K_NO_WAIT;
38123813
}
38133814

0 commit comments

Comments
 (0)