Home
last modified time | relevance | path

Searched refs:BTA_AvCloseRc (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbtif_av.cc556 BTA_AvCloseRc(peer_handle); in btif_av_state_opening_handler()
838 BTA_AvCloseRc(btif_av_cb.bta_handle); in btif_av_state_opened_handler()
983 BTA_AvCloseRc(btif_av_cb.bta_handle); in btif_av_state_started_handler()
Dbtif_rc.cc623 BTA_AvCloseRc(p_rc_open->rc_handle); in handle_rc_connect()
/system/bt/bta/include/
Dbta_av_api.h730 void BTA_AvCloseRc(uint8_t rc_handle);
/system/bt/bta/av/
Dbta_av_api.cc533 void BTA_AvCloseRc(uint8_t rc_handle) { in BTA_AvCloseRc() function