Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dmock_iso_manager.cc114 void IsoManager::HandleDisconnect(uint16_t handle, uint8_t reason) { in HandleDisconnect() function in bluetooth::hci::IsoManager
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_iso.cc37 void IsoManager::HandleDisconnect(uint16_t handle, uint8_t reason) {} in HandleDisconnect() function in bluetooth::hci::IsoManager
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso.cc119 void IsoManager::HandleDisconnect(uint16_t handle, uint8_t reason) { in HandleDisconnect() function in bluetooth::hci::IsoManager
/packages/modules/Bluetooth/system/service/client/
Dmain.cc799 void HandleDisconnect(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisconnect() function