Searched refs:EDR_ESCO_MASK (Results 1 – 3 of 3) sorted by relevance
301 (hdev->esco_type & EDR_ESCO_MASK); in hci_conn_add()306 conn->pkt_type = hdev->esco_type & ~EDR_ESCO_MASK; in hci_conn_add()
2255 (hdev->esco_type & EDR_ESCO_MASK); in hci_sync_conn_complete_evt()
161 #define EDR_ESCO_MASK (ESCO_2EV3 | ESCO_3EV3 | ESCO_2EV5 | ESCO_3EV5) macro