Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_conn.c565 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_conn_add()
Dhci_event.c4367 conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) | in hci_sync_conn_complete_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h391 #define SCO_ESCO_MASK (ESCO_HV1 | ESCO_HV2 | ESCO_HV3) macro