Home
last modified time | relevance | path

Searched refs:BTA_AvStop (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_av_api.h515 void BTA_AvStop(tBTA_AV_HNDL handle, bool suspend);
/system/bt/bta/av/
Dbta_av_api.cc289 void BTA_AvStop(tBTA_AV_HNDL handle, bool suspend) { in BTA_AvStop() function
/system/bt/btif/src/
Dbtif_av.cc2029 BTA_AvStop(peer_.BtaHandle(), true); in ProcessEvent()