Home
last modified time | relevance | path

Searched refs:rc_pdu_info (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_rc.c75 btif_rc_cb.rc_pdu_info[index].ctype = ctype; \
76 btif_rc_cb.rc_pdu_info[index].label = label; \
77 btif_rc_cb.rc_pdu_info[index].is_rsp_pending = pending; \
82 if(btif_rc_cb.rc_pdu_info[index].is_rsp_pending == FALSE) \
87 send_metamsg_rsp(btif_rc_cb.rc_handle, btif_rc_cb.rc_pdu_info[index].label, \
88 btif_rc_cb.rc_pdu_info[index].ctype, avrc_rsp); \
89 btif_rc_cb.rc_pdu_info[index].ctype = 0; \
90 btif_rc_cb.rc_pdu_info[index].label = 0; \
91 btif_rc_cb.rc_pdu_info[index].is_rsp_pending = FALSE; \
116 btif_rc_cmd_ctxt_t rc_pdu_info[MAX_CMD_QUEUE_LEN]; member