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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_service_client.h 21 // FakeBluetoothGattServiceClient simulates the behavior of the Bluetooth Daemon
24 class CHROMEOS_EXPORT FakeBluetoothGattServiceClient
39 FakeBluetoothGattServiceClient();
40 virtual ~FakeBluetoothGattServiceClient();
100 base::WeakPtrFactory<FakeBluetoothGattServiceClient> weak_ptr_factory_;
102 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattServiceClient);
fake_bluetooth_gatt_service_client.cc 23 const char FakeBluetoothGattServiceClient::kHeartRateServicePathComponent[] =
25 const char FakeBluetoothGattServiceClient::kHeartRateServiceUUID[] =
28 FakeBluetoothGattServiceClient::Properties::Properties(
36 FakeBluetoothGattServiceClient::Properties::~Properties() {
39 void FakeBluetoothGattServiceClient::Properties::Get(
46 void FakeBluetoothGattServiceClient::Properties::GetAll() {
50 void FakeBluetoothGattServiceClient::Properties::Set(
57 FakeBluetoothGattServiceClient::FakeBluetoothGattServiceClient()
61 FakeBluetoothGattServiceClient::~FakeBluetoothGattServiceClient()
    [all...]

Completed in 1753 milliseconds