Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h63 constexpr uint8_t kIsoEventCisEstablishCmpl = 0x01; variable
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc1103 OnCisEvent(bluetooth::hci::iso_manager::kIsoEventCisEstablishCmpl, _)) in TEST_F()
1164 OnCisEvent(bluetooth::hci::iso_manager::kIsoEventCisEstablishCmpl, _)) in TEST_F()
1195 OnCisEvent(bluetooth::hci::iso_manager::kIsoEventCisEstablishCmpl, _)) in TEST_F()
1247 OnCisEvent(bluetooth::hci::iso_manager::kIsoEventCisEstablishCmpl, _)) in TEST_F()
1277 OnCisEvent(bluetooth::hci::iso_manager::kIsoEventCisEstablishCmpl, _)) in TEST_F()
2639 OnCisEvent(bluetooth::hci::iso_manager::kIsoEventCisEstablishCmpl, _)) in TEST_F()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h291 cig_callbacks_->OnCisEvent(kIsoEventCisEstablishCmpl, &evt); in on_status_establish_cis()
629 cig_callbacks_->OnCisEvent(kIsoEventCisEstablishCmpl, &evt); in process_cis_est_pkt()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc5379 case bluetooth::hci::iso_manager::kIsoEventCisEstablishCmpl: { in IsoCisEventsCb()