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.h406 LMP_SNIFF_SUBR = 1 << 1, enumerator
/external/bluetooth/bluez/lib/bluetooth/
Dhci.h275 #define LMP_SNIFF_SUBR 0x02 macro
/external/bluetooth/bluez/lib/
Dhci.c731 { "<sniff subrating>", LMP_SNIFF_SUBR }, /* Bit 1 */
/external/bluetooth/bluez/plugins/
Dhciops.c501 if (dev->features[5] & LMP_SNIFF_SUBR) in set_event_mask()