Home
last modified time | relevance | path

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

/external/bluetooth/bluez/tools/
Dhcieventmask.c86 if (di.features[5] & LMP_SNIFF_SUBR) in main()
/external/qemu/hw/
Dbt.h408 LMP_SNIFF_SUBR = 1 << 1, enumerator
/external/bluetooth/bluez/lib/bluetooth/
Dhci.h268 #define LMP_SNIFF_SUBR 0x02 macro
/external/bluetooth/bluez/lib/
Dhci.c730 { "<sniff subrating>", LMP_SNIFF_SUBR }, /* Bit 1 */
/external/bluetooth/bluez/src/
Dadapter.c2147 if (dev->features[5] & LMP_SNIFF_SUBR) in adapter_setup()