Home
last modified time | relevance | path

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

/external/qemu/hw/
Dbt.h368 LMP_PARK = 1 << 0, enumerator
/external/bluetooth/bluez/lib/bluetooth/
Dhci.h243 #define LMP_PARK 0x01 macro
/external/bluetooth/bluez/lib/
Dhci.c689 { "<park state>", LMP_PARK }, /* Bit 0 */
/external/bluetooth/bluez/plugins/
Dhciops.c564 if (!(dev->features[1] & LMP_PARK)) in start_adapter()