Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_event.c604 hdev->esco_type |= (ESCO_HV2); in hci_cc_read_local_features()
609 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()
613 hdev->esco_type |= (ESCO_EV3); in hci_cc_read_local_features()
616 hdev->esco_type |= (ESCO_EV4); in hci_cc_read_local_features()
619 hdev->esco_type |= (ESCO_EV5); in hci_cc_read_local_features()
622 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()
625 hdev->esco_type |= (ESCO_3EV3); in hci_cc_read_local_features()
628 hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5); in hci_cc_read_local_features()
3767 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_sync_conn_complete_evt()
3768 (hdev->esco_type & EDR_ESCO_MASK); in hci_sync_conn_complete_evt()
Dhci_conn.c532 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_conn_add()
533 (hdev->esco_type & EDR_ESCO_MASK); in hci_conn_add()
538 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in hci_conn_add()
Dhci_core.c3240 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h264 __u16 esco_type; member