EDR_ESCO_MASK 45 net/bluetooth/hci_conn.c { EDR_ESCO_MASK & ~ESCO_2EV3, 0x000a, 0x01 }, /* S3 */ EDR_ESCO_MASK 46 net/bluetooth/hci_conn.c { EDR_ESCO_MASK & ~ESCO_2EV3, 0x0007, 0x01 }, /* S2 */ EDR_ESCO_MASK 47 net/bluetooth/hci_conn.c { EDR_ESCO_MASK | ESCO_EV3, 0x0007, 0x01 }, /* S1 */ EDR_ESCO_MASK 48 net/bluetooth/hci_conn.c { EDR_ESCO_MASK | ESCO_HV3, 0xffff, 0x01 }, /* D1 */ EDR_ESCO_MASK 49 net/bluetooth/hci_conn.c { EDR_ESCO_MASK | ESCO_HV1, 0xffff, 0x01 }, /* D0 */ EDR_ESCO_MASK 53 net/bluetooth/hci_conn.c { EDR_ESCO_MASK | ESCO_HV3, 0xffff, 0xff }, /* D1 */ EDR_ESCO_MASK 54 net/bluetooth/hci_conn.c { EDR_ESCO_MASK | ESCO_HV1, 0xffff, 0xff }, /* D0 */ EDR_ESCO_MASK 58 net/bluetooth/hci_conn.c { EDR_ESCO_MASK & ~ESCO_2EV3, 0x000d, 0x02 }, /* T2 */ EDR_ESCO_MASK 59 net/bluetooth/hci_conn.c { EDR_ESCO_MASK | ESCO_EV3, 0x0008, 0x02 }, /* T1 */ EDR_ESCO_MASK 540 net/bluetooth/hci_conn.c (hdev->esco_type & EDR_ESCO_MASK); EDR_ESCO_MASK 545 net/bluetooth/hci_conn.c conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; EDR_ESCO_MASK 4223 net/bluetooth/hci_event.c (hdev->esco_type & EDR_ESCO_MASK);