Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_event.c854 hdev->esco_type |= (ESCO_HV2); in hci_cc_read_local_features()
859 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()
863 hdev->esco_type |= (ESCO_EV3); in hci_cc_read_local_features()
866 hdev->esco_type |= (ESCO_EV4); in hci_cc_read_local_features()
869 hdev->esco_type |= (ESCO_EV5); in hci_cc_read_local_features()
872 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()
875 hdev->esco_type |= (ESCO_3EV3); in hci_cc_read_local_features()
878 hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5); in hci_cc_read_local_features()
5099 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_sync_conn_complete_evt()
5100 (hdev->esco_type & EDR_ESCO_MASK); in hci_sync_conn_complete_evt()
Dhci_conn.c1007 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_conn_add()
1008 (hdev->esco_type & EDR_ESCO_MASK); in hci_conn_add()
1013 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in hci_conn_add()
Dhci_core.c2472 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev_priv()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h455 __u16 esco_type; member