Skip to content

Commit 48a258b

Browse files
committed
Bluetooth: hci_core: Print information of hcon on hci_low_sent
This prints the information about the hcon on hci_low_sent to confirm all connection are being processed. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
1 parent 3c34d64 commit 48a258b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

net/bluetooth/hci_core.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3435,6 +3435,10 @@ static struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type,
34353435
skb_queue_empty(&c->data_q))
34363436
continue;
34373437

3438+
bt_dev_dbg(hdev, "hcon %p state %s queued %d", c,
3439+
state_to_string(c->state),
3440+
skb_queue_len(&c->data_q));
3441+
34383442
if (c->state != BT_CONNECTED && c->state != BT_CONFIG)
34393443
continue;
34403444

0 commit comments

Comments
 (0)