Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc172 volatile_test_cig_create_cmpl_evt_ = kDefaultCigParamsEvt; in InitIsoManager()
177 this->volatile_test_cig_create_cmpl_evt_ in InitIsoManager()
181 UINT8_TO_STREAM(p, this->volatile_test_cig_create_cmpl_evt_.status); in InitIsoManager()
183 UINT8_TO_STREAM(p, this->volatile_test_cig_create_cmpl_evt_.conn_handles.size()); in InitIsoManager()
184 for (auto handle : this->volatile_test_cig_create_cmpl_evt_.conn_handles) { in InitIsoManager()
191 this->volatile_test_cig_create_cmpl_evt_.conn_handles.size()); in InitIsoManager()
311 bluetooth::hci::iso_manager::cig_create_cmpl_evt volatile_test_cig_create_cmpl_evt_; member in IsoManagerTest
534 volatile_test_cig_create_cmpl_evt_.cig_id = 127; in TEST_F()
535 IsoManager::GetInstance()->CreateCig(volatile_test_cig_create_cmpl_evt_.cig_id, in TEST_F()
540 ASSERT_EXIT(IsoManager::GetInstance()->CreateCig(volatile_test_cig_create_cmpl_evt_.cig_id, in TEST_F()
[all …]