HomeSort by relevance Sort by last modified time
    Searched refs:use_rc (Results 1 - 6 of 6) sorted by null

  /system/bt/bta/av/
bta_av_api.cc 157 void BTA_AvOpen(const RawAddress& bd_addr, tBTA_AV_HNDL handle, bool use_rc,
159 LOG_INFO(LOG_TAG, "%s: peer %s handle:0x%x use_rc=%s sec_mask=0x%x uuid=0x%x",
161 (use_rc) ? "true" : "false", sec_mask, uuid);
169 p_buf->use_rc = use_rc;
bta_av_int.h 241 bool use_rc; member in struct:__anon1239
496 bool use_rc; /* true if AVRCP is allowed */ member in struct:final
bta_av_aact.cc 326 APPL_TRACE_DEBUG("%s: rc_handle:%d, use_rc: %d", __func__, p_scb->rc_handle,
327 p_scb->use_rc);
331 (p_scb->use_rc || (p_scb->role & BTA_AV_ROLE_AD_ACP))) {
779 APPL_TRACE_DEBUG("%s: peer_addr: %s use_rc: %d switch_res:%d, oc:%d",
781 p_data->api_open.use_rc, p_data->api_open.switch_res,
847 p_scb->use_rc = p_data->api_open.use_rc;
    [all...]
bta_av_main.cc     [all...]
bta_av_act.cc 495 p_scb->use_rc);
    [all...]
  /system/bt/bta/include/
bta_av_api.h 473 void BTA_AvOpen(const RawAddress& bd_addr, tBTA_AV_HNDL handle, bool use_rc,

Completed in 388 milliseconds