esco_type 292 include/net/bluetooth/hci_core.h __u16 esco_type; esco_type 539 net/bluetooth/hci_conn.c conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | esco_type 540 net/bluetooth/hci_conn.c (hdev->esco_type & EDR_ESCO_MASK); esco_type 545 net/bluetooth/hci_conn.c conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; esco_type 3187 net/bluetooth/hci_core.c hdev->esco_type = (ESCO_HV1); esco_type 650 net/bluetooth/hci_event.c hdev->esco_type |= (ESCO_HV2); esco_type 655 net/bluetooth/hci_event.c hdev->esco_type |= (ESCO_HV3); esco_type 659 net/bluetooth/hci_event.c hdev->esco_type |= (ESCO_EV3); esco_type 662 net/bluetooth/hci_event.c hdev->esco_type |= (ESCO_EV4); esco_type 665 net/bluetooth/hci_event.c hdev->esco_type |= (ESCO_EV5); esco_type 668 net/bluetooth/hci_event.c hdev->esco_type |= (ESCO_2EV3); esco_type 671 net/bluetooth/hci_event.c hdev->esco_type |= (ESCO_3EV3); esco_type 674 net/bluetooth/hci_event.c hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5); esco_type 4222 net/bluetooth/hci_event.c conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | esco_type 4223 net/bluetooth/hci_event.c (hdev->esco_type & EDR_ESCO_MASK);