Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/bluetooth/
Dbtms.c159 #define BTMS_QUIRK_ELECOM __BIT(0) macro
162 { 0x056e, 0x00d2, BTMS_QUIRK_ELECOM },
313 if (ISSET(quirks, BTMS_QUIRK_ELECOM)) in btms_attach()