Home
last modified time | relevance | path

Searched refs:AddClientObserver (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/
Dgatt_client.cpp54 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in GattClientFactory()
Dlow_energy_client.cpp832 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in LowEnergyClientFactory()
884 gatt_iface->AddClientObserver(client.get()); in RegisterClientCallback()
/system/bt/test/suite/gatt/
Dgatt_test.cpp59 gatt_interface->AddClientObserver(this); in SetUp()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h135 void AddClientObserver(ClientObserver* observer) override;
Dbluetooth_gatt_interface.h248 virtual void AddClientObserver(ClientObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cpp383 void FakeBluetoothGattInterface::AddClientObserver(ClientObserver* observer) { in AddClientObserver() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cpp508 void AddClientObserver(ClientObserver* observer) override { in AddClientObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl