Lines Matching refs:hdi
207 return p_scb->hdi; in BTA_AvObtainPeerChannelIndex()
217 return p_scb->hdi; in BTA_AvObtainPeerChannelIndex()
270 p_ret->hdi = xx; in bta_av_alloc_scb()
282 uint8_t scb_index = p_scb->hdi; in bta_av_free_scb()
457 reg.scb_index = p_scb->hdi; in bta_av_api_register()
524 avdtp_stream_config.scb_index = p_scb->hdi; in bta_av_api_register()
640 bta_av_cb.reg_audio |= BTA_AV_HNDL_TO_MSK(p_scb->hdi); in bta_av_api_register()
835 peer_idx = p_scb->hdi + 1; /* Handle index for the peer_addr */ in bta_av_sys_rs_cback()
966 if (p_scbi && (p_scb->hdi != i) && /* not the original channel */ in bta_av_switch_if_needed()
985 bta_av_cb.rs_idx = p_scb->hdi + 1; in bta_av_switch_if_needed()
1060 if (i == p_scb->hdi) continue; /* Ignore the original channel */ in bta_av_dup_audio_buf()
1474 dprintf(fd, " Stream control block index: %d\n", p_scb->hdi); in bta_debug_av_dump()