Searched refs:ESCO_HV1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 380 #define ESCO_HV1 0x0001 macro 391 #define SCO_ESCO_MASK (ESCO_HV1 | ESCO_HV2 | ESCO_HV3)
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 49 { EDR_ESCO_MASK | ESCO_HV1, 0xffff, 0x01 }, /* D0 */ 54 { EDR_ESCO_MASK | ESCO_HV1, 0xffff, 0xff }, /* D0 */
|
H A D | hci_core.c | 3600 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 475 #define ESCO_HV1 0x0001 macro 486 #define SCO_ESCO_MASK (ESCO_HV1 | ESCO_HV2 | ESCO_HV3)
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 57 { EDR_ESCO_MASK | ESCO_HV1, 0xffff, 0x01 }, /* D0 */ 62 { EDR_ESCO_MASK | ESCO_HV1, 0xffff, 0xff }, /* D0 */
|
H A D | hci_core.c | 2474 hdev->esco_type = (ESCO_HV1); in hci_alloc_dev_priv()
|
Completed in 32 milliseconds