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 80 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::kDisplayPinCodeAddress[]
    [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 61 milliseconds