Home
last modified time | relevance | path

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

/system/bt/btif/co/
Dbta_av_co.cc119 tBTA_AV_HNDL BtaAvHandle() const { return bta_av_handle_; } in BtaAvHandle() function in BtaAvCoPeer
1557 << loghex(p_peer->BtaAvHandle()) << ")"; in SetCodecUserConfig()
1558 BTA_AvReconfig(p_peer->BtaAvHandle(), true, p_sink->sep_info_idx, in SetCodecUserConfig()
1631 << loghex(p_peer->BtaAvHandle()) << ")"; in SetCodecAudioConfig()
1632 BTA_AvReconfig(p_peer->BtaAvHandle(), true, p_sink->sep_info_idx, in SetCodecAudioConfig()
1715 dprintf(fd, " BTA AV handle: %u\n", peer.BtaAvHandle()); in DebugDump()