Home
last modified time | relevance | path

Searched refs:GetGattServerFactory (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/service/test/
H A Dmock_adapter.h62 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
/aosp12/system/bt/service/
H A Dadapter.h220 virtual GattServerFactory* GetGattServerFactory() const = 0;
H A Dadapter.cc498 GattServerFactory* GetGattServerFactory() const override { in GetGattServerFactory() function in bluetooth::AdapterImpl
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cc47 adapter_->GetGattServerFactory(); in RegisterServer()