Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c666 hdev->esco_type |= (ESCO_HV2); in hci_cc_read_local_features()
671 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()
675 hdev->esco_type |= (ESCO_EV3); in hci_cc_read_local_features()
678 hdev->esco_type |= (ESCO_EV4); in hci_cc_read_local_features()
681 hdev->esco_type |= (ESCO_EV5); in hci_cc_read_local_features()
684 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()
687 hdev->esco_type |= (ESCO_3EV3); in hci_cc_read_local_features()
690 hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5); in hci_cc_read_local_features()
4364 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_sync_conn_complete_evt()
4365 (hdev->esco_type & EDR_ESCO_MASK); in hci_sync_conn_complete_evt()
H A Dhci_conn.c565 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_conn_add()
566 (hdev->esco_type & EDR_ESCO_MASK); in hci_conn_add()
571 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in hci_conn_add()
H A Dhci_core.c3598 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h386 __u16 esco_type; member