Home
last modified time | relevance | path

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

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