Searched refs:CreateCommandView (Results 1 – 2 of 2) sorted by relevance
71 T CreateCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateCommandView() function77 return T::Create(CreateCommandView<hci::AclCommandView>(bytes)); in CreateAclCommandView()87 return T::Create(CreateCommandView<hci::SecurityCommandView>(bytes)); in CreateSecurityCommandView()
44 T CreateCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateCommandView() function50 return T::Create(CreateCommandView<hci::AclCommandView>(bytes)); in CreateAclCommandView()