Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c875 hdev->esco_type |= (ESCO_HV2); in hci_cc_read_local_features()
880 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()
884 hdev->esco_type |= (ESCO_EV3); in hci_cc_read_local_features()
887 hdev->esco_type |= (ESCO_EV4); in hci_cc_read_local_features()
890 hdev->esco_type |= (ESCO_EV5); in hci_cc_read_local_features()
893 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()
896 hdev->esco_type |= (ESCO_3EV3); in hci_cc_read_local_features()
899 hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5); in hci_cc_read_local_features()
5089 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_sync_conn_complete_evt()
5090 (hdev->esco_type & EDR_ESCO_MASK); in hci_sync_conn_complete_evt()
H A Dhci_conn.c1036 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in __hci_conn_add()
1037 (hdev->esco_type & EDR_ESCO_MASK); in __hci_conn_add()
1044 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in __hci_conn_add()
H A Dhci_core.c2459 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev_priv()
/linux/include/net/bluetooth/
H A Dhci_core.h463 __u16 esco_type; member