Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_client.cc49 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in GattClientFactory()
Dlow_energy_client.cc200 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in LowEnergyClientFactory()
248 gatt_iface->AddClientObserver(client.get()); in RegisterClientCallback()
/system/bt/test/suite/gatt/
Dgatt_test.cc51 gatt_interface->AddClientObserver(this); in SetUp()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h131 void AddClientObserver(ClientObserver* observer) override;
Dbluetooth_gatt_interface.h205 virtual void AddClientObserver(ClientObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cc292 void FakeBluetoothGattInterface::AddClientObserver(ClientObserver* observer) { in AddClientObserver() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc451 void AddClientObserver(ClientObserver* observer) override { in AddClientObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl