Home
last modified time | relevance | path

Searched refs:ESCO_HV3 (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/net/bluetooth/
Dhci.h479 #define ESCO_HV3 0x0004 macro
488 #define SCO_ESCO_MASK (ESCO_HV1 | ESCO_HV2 | ESCO_HV3)
/linux-6.6.21/net/bluetooth/
Dhci_conn.c57 { EDR_ESCO_MASK | ESCO_HV3, 0xffff, 0x01 }, /* D1 */
62 { EDR_ESCO_MASK | ESCO_HV3, 0xffff, 0xff }, /* D1 */
Dhci_event.c874 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()