Searched refs:btif_addr (Results 1 – 2 of 2) sorted by relevance
257 const RawAddress& btif_addr = btif_av_find_by_handle(p_scb->hndl); in BTA_AvObtainPeerChannelIndex() local258 if (!btif_addr.IsEmpty() && btif_addr != peer_address) { in BTA_AvObtainPeerChannelIndex()259 log::verbose("btif_addr = {}, index={}!", btif_addr.ToString(), index); in BTA_AvObtainPeerChannelIndex()
1544 const RawAddress& btif_addr = btif_av_find_by_handle(p_scb->hndl); in bta_av_find_lcb_index_by_scb_and_address() local1545 if (!btif_addr.IsEmpty() && btif_addr != peer_address) { in bta_av_find_lcb_index_by_scb_and_address()1546 log::debug("btif_addr = {}, index={}!", btif_addr, index); in bta_av_find_lcb_index_by_scb_and_address()