Searched refs:ESCO_2EV3 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 45 { EDR_ESCO_MASK & ~ESCO_2EV3, 0x000a, 0x01 }, /* S3 */ 46 { EDR_ESCO_MASK & ~ESCO_2EV3, 0x0007, 0x01 }, /* S2 */ 58 { EDR_ESCO_MASK & ~ESCO_2EV3, 0x000d, 0x02 }, /* T2 */ 1865 if (!(conn->pkt_type & ESCO_2EV3)) in hci_conn_get_phy()
|
H A D | sco.c | 784 if (conn->pkt_type & ESCO_2EV3) in sco_conn_defer_accept()
|
H A D | hci_event.c | 686 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 53 { EDR_ESCO_MASK & ~ESCO_2EV3, 0x000a, 0x01 }, /* S3 */ 54 { EDR_ESCO_MASK & ~ESCO_2EV3, 0x0007, 0x01 }, /* S2 */ 66 { EDR_ESCO_MASK & ~ESCO_2EV3, 0x000d, 0x02 }, /* T2 */ 287 (esco_param[conn->attempt - 1].pkt_type & ESCO_2EV3)) in find_next_esco_param() 2861 if (!(conn->pkt_type & ESCO_2EV3)) in hci_conn_get_phy()
|
H A D | sco.c | 778 if (conn->pkt_type & ESCO_2EV3) in sco_conn_defer_accept()
|
H A D | hci_event.c | 885 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 386 #define ESCO_2EV3 0x0040 macro 392 #define EDR_ESCO_MASK (ESCO_2EV3 | ESCO_3EV3 | ESCO_2EV5 | ESCO_3EV5)
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 481 #define ESCO_2EV3 0x0040 macro 487 #define EDR_ESCO_MASK (ESCO_2EV3 | ESCO_3EV3 | ESCO_2EV5 | ESCO_3EV5)
|
Completed in 37 milliseconds