Searched refs:CreateAclCommandView (Results 1 – 3 of 3) sorted by relevance
49 T CreateAclCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateAclCommandView() function224 …auto command = CreateAclCommandView<LeSubrateRequestView>(le_acl_connection_interface_.DequeueComm… in TEST_F()247 …auto command = CreateAclCommandView<LeSubrateRequestView>(le_acl_connection_interface_.DequeueComm… 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()
125 T CreateAclCommandView(hci::CommandView command) { in CreateAclCommandView() function131 return T::Create(CreateAclCommandView<hci::LeConnectionManagementCommandView>(command)); in CreateLeConnectionManagementCommandView()1282 auto view = CreateAclCommandView<LeSetDefaultSubrateView>(hci_layer_->GetCommand()); in TEST_F()