Home
last modified time | relevance | path

Searched refs:esco_type (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c668 hdev->esco_type |= (ESCO_HV2); in hci_cc_read_local_features()
673 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()
677 hdev->esco_type |= (ESCO_EV3); in hci_cc_read_local_features()
680 hdev->esco_type |= (ESCO_EV4); in hci_cc_read_local_features()
683 hdev->esco_type |= (ESCO_EV5); in hci_cc_read_local_features()
686 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()
689 hdev->esco_type |= (ESCO_3EV3); in hci_cc_read_local_features()
692 hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5); in hci_cc_read_local_features()
4395 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_sync_conn_complete_evt()
4396 (hdev->esco_type in hci_sync_conn_complete_evt()
[all...]
H A Dhci_conn.c563 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_conn_add()
564 (hdev->esco_type & EDR_ESCO_MASK); in hci_conn_add()
569 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in hci_conn_add()
H A Dhci_core.c3600 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c867 hdev->esco_type |= (ESCO_HV2); in hci_cc_read_local_features()
872 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()
876 hdev->esco_type |= (ESCO_EV3); in hci_cc_read_local_features()
879 hdev->esco_type |= (ESCO_EV4); in hci_cc_read_local_features()
882 hdev->esco_type |= (ESCO_EV5); in hci_cc_read_local_features()
885 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()
888 hdev->esco_type |= (ESCO_3EV3); in hci_cc_read_local_features()
891 hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5); in hci_cc_read_local_features()
5105 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_sync_conn_complete_evt()
5106 (hdev->esco_type in hci_sync_conn_complete_evt()
[all...]
H A Dhci_conn.c995 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_conn_add()
996 (hdev->esco_type & EDR_ESCO_MASK); in hci_conn_add()
1001 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in hci_conn_add()
H A Dhci_core.c2474 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev_priv()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h392 __u16 esco_type;
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h462 __u16 esco_type; member

Completed in 34 milliseconds