Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci.h530 #define ESCO_HV3 0x0004 macro
539 #define SCO_ESCO_MASK (ESCO_HV1 | ESCO_HV2 | ESCO_HV3)
/linux/net/bluetooth/
H A Dhci_conn.c56 { EDR_ESCO_MASK | ESCO_HV3, 0xffff, 0x01 }, /* D1 */
61 { EDR_ESCO_MASK | ESCO_HV3, 0xffff, 0xff }, /* D1 */
H A Dhci_event.c876 hdev->esco_type |= (ESCO_HV3); in hci_cc_read_local_features()