Searched defs:FakeBluetoothDeviceClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_device_client.cc80 const char FakeBluetoothDeviceClient::kPairedDevicePath[] =
82 const char FakeBluetoothDeviceClient::kPairedDeviceAddress[] =
84 const char FakeBluetoothDeviceClient::kPairedDeviceName[] =
86 const uint32 FakeBluetoothDeviceClient::kPairedDeviceClass = 0x000104;
88 const char FakeBluetoothDeviceClient::kLegacyAutopairPath[] =
90 const char FakeBluetoothDeviceClient::kLegacyAutopairAddress[] =
92 const char FakeBluetoothDeviceClient::kLegacyAutopairName[] =
94 const uint32 FakeBluetoothDeviceClient::kLegacyAutopairClass = 0x002580;
96 const char FakeBluetoothDeviceClient::kDisplayPinCodePath[] =
98 const char FakeBluetoothDeviceClient
219 FakeBluetoothDeviceClient::FakeBluetoothDeviceClient() function in class:chromeos::FakeBluetoothDeviceClient
[all...]
H A Dfake_bluetooth_device_client.h23 // FakeBluetoothDeviceClient simulates the behavior of the Bluetooth Daemon
26 class CHROMEOS_EXPORT FakeBluetoothDeviceClient class in namespace:chromeos
41 FakeBluetoothDeviceClient();
42 virtual ~FakeBluetoothDeviceClient();

Completed in 725 milliseconds