Searched refs:ReadOnlyPropertyService (Results 1 – 2 of 2) sorted by relevance
24 class ReadOnlyPropertyService : public ReadOnlyProperty::Service { class26 ReadOnlyPropertyService(hci::Controller* controller) : controller_(controller) {} in ReadOnlyPropertyService() function in bluetooth::facade::ReadOnlyPropertyService46 service_ = std::make_unique<ReadOnlyPropertyService>(GetDependency<hci::Controller>()); in Start()
29 class ReadOnlyPropertyService; variable41 std::unique_ptr<ReadOnlyPropertyService> service_;