Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/
Dhci_conn.c301 (hdev->esco_type & EDR_ESCO_MASK); in hci_conn_add()
306 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in hci_conn_add()
Dhci_event.c2255 (hdev->esco_type & EDR_ESCO_MASK); in hci_sync_conn_complete_evt()
/linux-2.6.39/include/net/bluetooth/
Dhci.h161 #define EDR_ESCO_MASK (ESCO_2EV3 | ESCO_3EV3 | ESCO_2EV5 | ESCO_3EV5) macro