Home
last modified time | relevance | path

Searched refs:CreateAclCommandView (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection_test.cc48 T CreateAclCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateAclCommandView() function
189 auto command = CreateAclCommandView<LeSubrateRequestView>( in TEST_F()
214 auto command = CreateAclCommandView<LeSubrateRequestView>( in TEST_F()
Dclassic_impl_test.cc76 T CreateAclCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateAclCommandView() function
82 return T::Create(CreateAclCommandView<hci::ConnectionManagementCommandView>(bytes)); in CreateConnectionManagementCommandView()
Dle_impl_test.cc129 T CreateAclCommandView(hci::CommandView command) { in CreateAclCommandView() function
135 return T::Create(CreateAclCommandView<hci::LeConnectionManagementCommandView>(command)); in CreateLeConnectionManagementCommandView()