Home
last modified time | relevance | path

Searched defs:conn_hdl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc695 uint8_t status, uint16_t conn_hdl) override { in ProcessHciNotifRemoveIsoDataPath()
901 uint16_t conn_hdl) { in applyDsaDataPath()
Ddevices.cc711 BidirectionalPair<struct ase*> LeAudioDevice::GetAsesByCisConnHdl(uint16_t conn_hdl) { in GetAsesByCisConnHdl()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc439 void OnSetupIsoDataPath(uint8_t status, uint16_t conn_hdl) override { in OnSetupIsoDataPath()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc1539 static uint8_t conn_hdl = 0x01; in TEST_F() local