Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager_test.cc526 auto commandView = test_hci_layer_->GetCommand(); in TEST_F() local
527 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() local
545 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() local
562 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 …]