Home
last modified time | relevance | path

Searched refs:AddServerObserver (Results 1 – 6 of 6) sorted by relevance

/system/bt/test/suite/gatt/
Dgatt_test.cc52 gatt_interface->AddServerObserver(this); in SetUp()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h133 void AddServerObserver(ServerObserver* observer) override;
Dbluetooth_gatt_interface.h210 virtual void AddServerObserver(ServerObserver* observer) = 0;
Dfake_bluetooth_gatt_interface.cc303 void FakeBluetoothGattInterface::AddServerObserver(ServerObserver* observer) { in AddServerObserver() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc459 void AddServerObserver(ServerObserver* observer) override { in AddServerObserver() function in bluetooth::hal::BluetoothGattInterfaceImpl
/system/bt/service/
Dgatt_server.cc572 hal::BluetoothGattInterface::Get()->AddServerObserver(this); in GattServerFactory()
620 gatt_iface->AddServerObserver(server.get()); in RegisterServerCallback()