Searched refs:hci_low_sent (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 3407 static struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type, in hci_low_sent() function 3625 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco() 3648 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco() 3844 while (*cnt && (conn = hci_low_sent(hdev, ISO_LINK, "e))) { in hci_sched_iso()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 4275 static struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type, in hci_low_sent() function 4529 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco() 4552 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco()
|
Completed in 11 milliseconds