Searched refs:CreateAclCommandView (Results 1 – 3 of 3) sorted by relevance
48 T CreateAclCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateAclCommandView() function189 auto command = CreateAclCommandView<LeSubrateRequestView>( in TEST_F()214 auto command = CreateAclCommandView<LeSubrateRequestView>( in TEST_F()
76 T CreateAclCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateAclCommandView() function82 return T::Create(CreateAclCommandView<hci::ConnectionManagementCommandView>(bytes)); in CreateConnectionManagementCommandView()
129 T CreateAclCommandView(hci::CommandView command) { in CreateAclCommandView() function135 return T::Create(CreateAclCommandView<hci::LeConnectionManagementCommandView>(command)); in CreateLeConnectionManagementCommandView()