Searched refs:esco_type (Results 1 – 4 of 4) sorted by relevance
877 hdev->esco_type |= (ESCO_HV2); in hci_cc_read_local_features()882 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()886 hdev->esco_type |= (ESCO_EV3); in hci_cc_read_local_features()889 hdev->esco_type |= (ESCO_EV4); in hci_cc_read_local_features()892 hdev->esco_type |= (ESCO_EV5); in hci_cc_read_local_features()895 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()898 hdev->esco_type |= (ESCO_3EV3); in hci_cc_read_local_features()901 hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5); in hci_cc_read_local_features()5117 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_sync_conn_complete_evt()5118 (hdev->esco_type & EDR_ESCO_MASK); in hci_sync_conn_complete_evt()
1112 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in __hci_conn_add()1113 (hdev->esco_type & EDR_ESCO_MASK); in __hci_conn_add()1120 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in __hci_conn_add()
2422 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev_priv()
461 __u16 esco_type; member