Searched refs:commandView (Results 1 – 1 of 1) sorted by relevance
526 auto commandView = test_hci_layer_->GetCommand(); in TEST_F() local527 ASSERT_EQ(OpCode::LE_ADV_FILTER, commandView.GetOpCode()); in TEST_F()529 LeAdvFilterView::Create(LeScanningCommandView::Create(commandView))); in TEST_F()544 auto commandView = test_hci_layer_->GetCommand(); in TEST_F() local545 ASSERT_EQ(OpCode::LE_ADV_FILTER, commandView.GetOpCode()); in TEST_F()547 …roadcasterAddressView::Create(LeAdvFilterView::Create(LeScanningCommandView::Create(commandView))); in TEST_F()561 auto commandView = test_hci_layer_->GetCommand(); in TEST_F() local562 ASSERT_EQ(OpCode::LE_ADV_FILTER, commandView.GetOpCode()); in TEST_F()564 …FilterServiceUuidView::Create(LeAdvFilterView::Create(LeScanningCommandView::Create(commandView))); in TEST_F()578 auto commandView = test_hci_layer_->GetCommand(); in TEST_F() local[all …]