HomeSort by relevance Sort by last modified time
    Searched defs:FakeBluetoothDeviceClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.cc 69 const char FakeBluetoothDeviceClient::kPairedDevicePath[] =
71 const char FakeBluetoothDeviceClient::kPairedDeviceAddress[] =
73 const char FakeBluetoothDeviceClient::kPairedDeviceName[] =
75 const uint32 FakeBluetoothDeviceClient::kPairedDeviceClass = 0x000104;
77 const char FakeBluetoothDeviceClient::kAppleMousePath[] =
79 const char FakeBluetoothDeviceClient::kAppleMouseAddress[] =
81 const char FakeBluetoothDeviceClient::kAppleMouseName[] =
83 const uint32 FakeBluetoothDeviceClient::kAppleMouseClass = 0x002580;
85 const char FakeBluetoothDeviceClient::kAppleKeyboardPath[] =
87 const char FakeBluetoothDeviceClient::kAppleKeyboardAddress[]
    [all...]
fake_bluetooth_device_client.h 23 // FakeBluetoothDeviceClient simulates the behavior of the Bluetooth Daemon
26 class CHROMEOS_EXPORT FakeBluetoothDeviceClient
41 FakeBluetoothDeviceClient();
42 virtual ~FakeBluetoothDeviceClient();

Completed in 266 milliseconds