Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci.h470 #define ESCO_HV1 0x0001 macro
481 #define SCO_ESCO_MASK (ESCO_HV1 | ESCO_HV2 | ESCO_HV3)
/openbmc/linux/net/bluetooth/
H A Dhci_conn.c57 { EDR_ESCO_MASK | ESCO_HV1, 0xffff, 0x01 }, /* D0 */
62 { EDR_ESCO_MASK | ESCO_HV1, 0xffff, 0xff }, /* D0 */
H A Dhci_core.c2433 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev_priv()