Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci.h320 #define ESCO_HV1 0x0001 macro
331 #define SCO_ESCO_MASK (ESCO_HV1 | ESCO_HV2 | ESCO_HV3)
/Linux-v4.19/net/bluetooth/
Dhci_conn.c49 { EDR_ESCO_MASK | ESCO_HV1, 0xffff, 0x01 }, /* D0 */
54 { EDR_ESCO_MASK | ESCO_HV1, 0xffff, 0xff }, /* D0 */
Dhci_core.c3058 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev()