Home
last modified time | relevance | path

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

/system/bt/service/test/
Dmock_adapter.h62 MOCK_CONST_METHOD0(GetGattServerFactory, GattServerFactory*());
/system/bt/service/
Dadapter.h220 virtual GattServerFactory* GetGattServerFactory() const = 0;
Dadapter.cc498 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()