Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/
Dhci_event.c282 hdev->sco_pkts = hdev->sco_cnt = __le16_to_cpu(bs->sco_max_pkt); in hci_cc_info_param()
285 hdev->acl_mtu, hdev->sco_mtu, hdev->acl_pkts, hdev->sco_pkts); in hci_cc_info_param()
649 if ((hdev->sco_cnt += count) > hdev->sco_pkts) in hci_num_comp_pkts_evt()
650 hdev->sco_cnt = hdev->sco_pkts; in hci_num_comp_pkts_evt()
Dhci_core.c703 hdev->sco_pkts = *((__u16 *)&dr.dev_opt + 0); in hci_dev_cmd()
775 di.sco_pkts = hdev->sco_pkts; in hci_get_dev_info()
/linux-2.4.37.9/include/net/bluetooth/
Dhci_core.h85 unsigned int sco_pkts; member
Dhci.h745 __u16 sco_pkts; member