Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_iso.cc37 void IsoManager::HandleDisconnect(uint16_t handle, uint8_t reason) {} in HandleDisconnect() function in bluetooth::hci::IsoManager
/aosp12/system/bt/stack/btm/
H A Dbtm_iso.cc115 void IsoManager::HandleDisconnect(uint16_t handle, uint8_t reason) { in HandleDisconnect() function in bluetooth::hci::IsoManager
/aosp12/system/bt/service/client/
H A Dmain.cc799 void HandleDisconnect(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisconnect() function