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

  /system/bt/bta/av/
bta_av_api.c 420 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state)
426 p_buf->hdr.layer_specific = rc_handle;
447 void BTA_AvRemoteVendorUniqueCmd(UINT8 rc_handle, UINT8 label,
457 p_buf->hdr.layer_specific = rc_handle;
481 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len)
487 p_buf->hdr.layer_specific = rc_handle;
516 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id)
522 p_buf->hdr.layer_specific = rc_handle;
572 void BTA_AvCloseRc(UINT8 rc_handle)
578 p_buf->hdr.layer_specific = rc_handle;
    [all...]
bta_av_act.c 104 UINT8 rc_handle; /* connected AVRCP handle */ local
118 APPL_TRACE_DEBUG("bta_av_del_rc shdl:%d, srch:%d rc_handle:%d", p_rcb->shdl,
119 p_scb->rc_handle, p_rcb->handle);
120 if (p_scb->rc_handle == p_rcb->handle)
121 p_scb->rc_handle = BTA_AV_RC_HANDLE_NONE;
130 rc_handle = p_rcb->handle;
140 AVRC_Close(rc_handle);
141 if (rc_handle == bta_av_cb.rc_acp_handle)
228 bta_av_cb.rc_handle = handle;*/
310 UINT8 rc_handle; local
1814 UINT8 rc_handle; local
2047 UINT8 rc_handle; local
    [all...]
bta_av_aact.c 347 APPL_TRACE_DEBUG("bta_av_st_rc_timer rc_handle:%d, use_rc: %d",
348 p_scb->rc_handle, p_scb->use_rc);
350 if ((p_scb->rc_handle == BTA_AV_RC_HANDLE_NONE) &&
    [all...]
bta_av_int.h 516 UINT8 rc_handle; /* connected AVRCP handle */ member in struct:__anon71655
589 UINT8 disc; /* (hdi+1) or (rc_handle|BTA_AV_CHNL_MSK) if p_disc_db is in use */
bta_av_main.c 354 p_ret->rc_handle = BTA_AV_RC_HANDLE_NONE;
    [all...]
  /system/bt/bta/include/
bta_av_api.h 350 UINT8 rc_handle; member in struct:__anon71921
359 UINT8 rc_handle; member in struct:__anon71922
366 UINT8 rc_handle; member in struct:__anon71923
374 UINT8 rc_handle; member in struct:__anon71924
386 UINT8 rc_handle; member in struct:__anon71925
398 UINT8 rc_handle; member in struct:__anon71926
409 UINT8 rc_handle; member in struct:__anon71927
711 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id,
725 void BTA_AvRemoteVendorUniqueCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_STATE key_state,
739 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code
    [all...]
  /system/bt/btif/src/
btif_rc.c 97 send_metamsg_rsp(btif_rc_cb.rc_handle, btif_rc_cb.rc_pdu_info[index].label, \
171 UINT8 rc_handle; member in struct:__anon72272
232 static void send_reject_response (UINT8 rc_handle, UINT8 label,
235 static void send_metamsg_rsp (UINT8 rc_handle, UINT8 label,
557 BTIF_TRACE_DEBUG("%s: rc_handle: %d", __FUNCTION__, p_rc_open->rc_handle);
569 and Current RC: %d", __FUNCTION__, btif_rc_cb.rc_handle,p_rc_open->rc_handle );
570 if ((btif_rc_cb.rc_handle != p_rc_open->rc_handle)
    [all...]

Completed in 492 milliseconds