Home
last modified time | relevance | path

Searched refs:sco_pkts (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/net/bluetooth/
A Dhci_sock.h126 __u16 sco_pkts; member
A Dhci_core.h491 unsigned int sco_pkts; member
/linux-6.3-rc2/net/bluetooth/
A Dhci_core.c825 hdev->sco_pkts = *((__u16 *) &dr.dev_opt + 0); in hci_dev_cmd()
920 di.sco_pkts = hdev->sco_pkts; in hci_get_dev_info()
925 di.sco_pkts = 0; in hci_get_dev_info()
A Dhci_event.c926 hdev->sco_pkts = __le16_to_cpu(rp->sco_max_pkt); in hci_cc_read_buffer_size()
930 hdev->sco_pkts = 8; in hci_cc_read_buffer_size()
934 hdev->sco_cnt = hdev->sco_pkts; in hci_cc_read_buffer_size()
937 hdev->acl_pkts, hdev->sco_mtu, hdev->sco_pkts); in hci_cc_read_buffer_size()
4423 if (hdev->sco_cnt > hdev->sco_pkts) in hci_num_comp_pkts_evt()
4424 hdev->sco_cnt = hdev->sco_pkts; in hci_num_comp_pkts_evt()

Completed in 29 milliseconds