Home
last modified time | relevance | path

Searched refs:ReadOnlyPropertyService (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/facade/
Dread_only_property_server.cc24 class ReadOnlyPropertyService : public ReadOnlyProperty::Service { class
26 ReadOnlyPropertyService(hci::Controller* controller) : controller_(controller) {} in ReadOnlyPropertyService() function in bluetooth::facade::ReadOnlyPropertyService
46 service_ = std::make_unique<ReadOnlyPropertyService>(GetDependency<hci::Controller>()); in Start()
Dread_only_property_server.h29 class ReadOnlyPropertyService; variable
41 std::unique_ptr<ReadOnlyPropertyService> service_;