Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl_test.cc71 T CreateCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateCommandView() function
77 return T::Create(CreateCommandView<hci::AclCommandView>(bytes)); in CreateAclCommandView()
87 return T::Create(CreateCommandView<hci::SecurityCommandView>(bytes)); in CreateSecurityCommandView()
Dle_acl_connection_test.cc44 T CreateCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateCommandView() function
50 return T::Create(CreateCommandView<hci::AclCommandView>(bytes)); in CreateAclCommandView()