Searched refs:esco_type (Results 1 – 4 of 4) sorted by relevance
691 hdev->esco_type |= (ESCO_HV2); in hci_cc_read_local_features()696 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()700 hdev->esco_type |= (ESCO_EV3); in hci_cc_read_local_features()703 hdev->esco_type |= (ESCO_EV4); in hci_cc_read_local_features()706 hdev->esco_type |= (ESCO_EV5); in hci_cc_read_local_features()709 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()712 hdev->esco_type |= (ESCO_3EV3); in hci_cc_read_local_features()715 hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5); in hci_cc_read_local_features()4458 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_sync_conn_complete_evt()4459 (hdev->esco_type & EDR_ESCO_MASK); in hci_sync_conn_complete_evt()
596 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_conn_add()597 (hdev->esco_type & EDR_ESCO_MASK); in hci_conn_add()602 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in hci_conn_add()
3777 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev_priv()
410 __u16 esco_type; member