Home
last modified time | relevance | path

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

/system/bt/service/test/
Dmock_adapter.h49 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
/system/bt/service/
Dadapter.h145 virtual GattServerFactory* GetGattServerFactory() const = 0;
Dadapter.cc228 GattServerFactory* GetGattServerFactory() const override { in GetGattServerFactory() function in bluetooth::AdapterImpl
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cc47 adapter_->GetGattServerFactory(); in RegisterServer()