Home
last modified time | relevance | path

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

/aosp12/system/bt/service/
H A Dlow_energy_client.cc203 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in LowEnergyClientFactory()
252 gatt_iface->AddClientObserver(client.get()); in RegisterClientCallback()
H A Dgatt_client.cc49 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in GattClientFactory()
/aosp12/system/bt/test/suite/gatt/
H A Dgatt_test.cc51 gatt_interface->AddClientObserver(this); in SetUp()
/aosp12/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.h134 void AddClientObserver(ClientObserver* observer) override;
H A Dbluetooth_gatt_interface.h205 virtual void AddClientObserver(ClientObserver* observer) = 0;
H A Dfake_bluetooth_gatt_interface.cc296 void FakeBluetoothGattInterface::AddClientObserver(ClientObserver* observer) { in AddClientObserver() function in bluetooth::hal::FakeBluetoothGattInterface
H A Dbluetooth_gatt_interface.cc453 void AddClientObserver(ClientObserver* observer) override { in AddClientObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl