Searched refs:rc_pdu_info (Results 1 – 1 of 1) sorted by relevance
85 btif_rc_cb.rc_pdu_info[index].ctype = ctype; \86 btif_rc_cb.rc_pdu_info[index].label = label; \87 btif_rc_cb.rc_pdu_info[index].is_rsp_pending = pending; \92 if (btif_rc_cb.rc_pdu_info[index].is_rsp_pending == FALSE) \97 send_metamsg_rsp(btif_rc_cb.rc_handle, btif_rc_cb.rc_pdu_info[index].label, \98 btif_rc_cb.rc_pdu_info[index].ctype, avrc_rsp); \99 btif_rc_cb.rc_pdu_info[index].ctype = 0; \100 btif_rc_cb.rc_pdu_info[index].label = 0; \101 btif_rc_cb.rc_pdu_info[index].is_rsp_pending = FALSE; \175 btif_rc_cmd_ctxt_t rc_pdu_info[MAX_CMD_QUEUE_LEN]; member