Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_conn.c474 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_conn_add()
475 (hdev->esco_type & EDR_ESCO_MASK); in hci_conn_add()
480 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in hci_conn_add()
Dhci_event.c599 hdev->esco_type |= (ESCO_HV2); in hci_cc_read_local_features()
604 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()
608 hdev->esco_type |= (ESCO_EV3); in hci_cc_read_local_features()
611 hdev->esco_type |= (ESCO_EV4); in hci_cc_read_local_features()
614 hdev->esco_type |= (ESCO_EV5); in hci_cc_read_local_features()
617 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()
620 hdev->esco_type |= (ESCO_3EV3); in hci_cc_read_local_features()
623 hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5); in hci_cc_read_local_features()
3778 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_sync_conn_complete_evt()
3779 (hdev->esco_type & EDR_ESCO_MASK); in hci_sync_conn_complete_evt()
Dhci_core.c3015 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h258 __u16 esco_type; member