Searched refs:CreateCommandView (Results 1 – 2 of 2) sorted by relevance
74 T CreateCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateCommandView() function80 return T::Create(CreateCommandView<hci::AclCommandView>(bytes)); in CreateAclCommandView()90 return T::Create(CreateCommandView<hci::SecurityCommandView>(bytes)); in CreateSecurityCommandView()
43 T CreateCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateCommandView() function49 return T::Create(CreateCommandView<hci::AclCommandView>(bytes)); in CreateAclCommandView()