Home
last modified time | relevance | path

Searched defs:cis_handle (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.h253 uint16_t cis_handle; member
Ddevices.cc1215 void LeAudioDevice::SetDsaCisHandle(uint16_t cis_handle) { in SetDsaCisHandle()
Ddevice_groups.cc166 auto cis_handle = kv_pair.first; in Cleanup() local
Dclient.cc3435 uint16_t cis_handle = stream_params.stream_locations.front().first; in PrepareAndSendToSingleCis() local
Dstate_machine_test.cc564 .WillByDefault([this](uint16_t cis_handle, uint8_t reason) { in ConfigureIsoManagerMock()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_iso.cc79 void IsoManager::DisconnectCis(uint16_t cis_handle, uint8_t reason) { in DisconnectCis()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso.cc89 void IsoManager::DisconnectCis(uint16_t cis_handle, uint8_t reason) { in DisconnectCis()
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dmatchers.py294 def PacketPayloadWithMatchingCisHandle(cis_handle): argument