Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h64 constexpr uint8_t kIsoEventCisDisconnected = 0x02; variable
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc1364 bluetooth::hci::iso_manager::kIsoEventCisDisconnected); in TEST_F()
1397 OnCisEvent(bluetooth::hci::iso_manager::kIsoEventCisDisconnected, _)) in TEST_F()
2429 bluetooth::hci::iso_manager::kIsoEventCisDisconnected); in TEST_F()
2455 OnCisEvent(bluetooth::hci::iso_manager::kIsoEventCisDisconnected, _)) in TEST_F()
2482 OnCisEvent(bluetooth::hci::iso_manager::kIsoEventCisDisconnected, _)) in TEST_F()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h654 cig_callbacks_->OnCisEvent(kIsoEventCisDisconnected, &evt); in disconnection_complete()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc5411 case bluetooth::hci::iso_manager::kIsoEventCisDisconnected: { in IsoCisEventsCb()
Dle_audio_client_test.cc2796 bluetooth::hci::iso_manager::kIsoEventCisDisconnected, &cis_evt); in InjectCisDisconnected()