Searched refs:LeSecurityCommandView (Results 1 – 6 of 6) sorted by relevance
338 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()347 LeAddDeviceToResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()360 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()394 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()403 LeRemoveDeviceFromResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()414 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()447 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()455 auto packet_view = LeClearResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()463 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
241 auto view = LeRandView::Create(LeSecurityCommandView::Create(command)); in HandleCommand()
448 LeRandView::Create(LeSecurityCommandView::Create(CommandView::Create(*sent_command))); in TEST_F()
110 inject_command<LeSecurityCommandView, LeSecurityCommandBuilder>(data, le_security_interface_); in injectLeSecurityCommand()
2993 …LeSecurityCommandView : public CommandView { public:static LeSecurityCommandView Create(CommandVie… in CreateOptional()2995 …ic LeSecurityCommandView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()3011 explicit LeSecurityCommandView(CommandView parent) : CommandView(std::move(parent)) { was_validated… in CreateOptional() function10586 …LeSecurityCommandView { public:static LeEncryptView Create(LeSecurityCommandView parent){ return L… in CreateOptional()10588 …_shared<std::vector<uint8_t>>(bytes);return LeEncryptView::Create(LeSecurityCommandView::Create(Co… in CreateOptional()10596 if (!LeSecurityCommandView::Validate()) { in CreateOptional()10606 explicit LeEncryptView(LeSecurityCommandView parent) : LeSecurityCommandView(std::move(parent)) { w… in CreateOptional()10631 …LeSecurityCommandView { public:static LeRandView Create(LeSecurityCommandView parent){ return LeRa… in CreateOptional()10633 …ake_shared<std::vector<uint8_t>>(bytes);return LeRandView::Create(LeSecurityCommandView::Create(Co… in CreateOptional()10637 if (!LeSecurityCommandView::Validate()) { in CreateOptional()[all …]
138 return T::Create(hci::LeSecurityCommandView::Create(command)); in CreateLeSecurityCommandView()