Home
last modified time | relevance | path

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

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