Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_conn.c54 { EDR_ESCO_MASK & ~ESCO_2EV3, 0x000a, 0x01 }, /* S3 */
55 { EDR_ESCO_MASK & ~ESCO_2EV3, 0x0007, 0x01 }, /* S2 */
67 { 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()
Dsco.c778 if (conn->pkt_type & ESCO_2EV3) in sco_conn_defer_accept()
Dhci_event.c872 hdev->esco_type |= (ESCO_2EV3); in hci_cc_read_local_features()
/Linux-v6.6/include/net/bluetooth/
Dhci.h482 #define ESCO_2EV3 0x0040 macro
488 #define EDR_ESCO_MASK (ESCO_2EV3 | ESCO_3EV3 | ESCO_2EV5 | ESCO_3EV5)