Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_sock.h126 __u16 sco_pkts; member
Dhci_core.h423 unsigned int sco_pkts; member
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c735 hdev->sco_pkts = __le16_to_cpu(rp->sco_max_pkt); in hci_cc_read_buffer_size()
739 hdev->sco_pkts = 8; in hci_cc_read_buffer_size()
743 hdev->sco_cnt = hdev->sco_pkts; in hci_cc_read_buffer_size()
746 hdev->acl_pkts, hdev->sco_mtu, hdev->sco_pkts); in hci_cc_read_buffer_size()
3808 if (hdev->sco_cnt > hdev->sco_pkts) in hci_num_comp_pkts_evt()
3809 hdev->sco_cnt = hdev->sco_pkts; in hci_num_comp_pkts_evt()
Dhci_core.c2091 hdev->sco_pkts = *((__u16 *) &dr.dev_opt + 0); in hci_dev_cmd()
2186 di.sco_pkts = hdev->sco_pkts; in hci_get_dev_info()
2191 di.sco_pkts = 0; in hci_get_dev_info()