Searched refs:rc_pdu_info (Results 1 - 1 of 1) sorted by last modified time

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c74 btif_rc_cb.rc_pdu_info[index].ctype = ctype; \
75 btif_rc_cb.rc_pdu_info[index].label = label; \
76 btif_rc_cb.rc_pdu_info[index].is_rsp_pending = pending; \
81 if(btif_rc_cb.rc_pdu_info[index].is_rsp_pending == FALSE) \
86 send_metamsg_rsp(btif_rc_cb.rc_handle, btif_rc_cb.rc_pdu_info[index].label, \
87 btif_rc_cb.rc_pdu_info[index].ctype, avrc_rsp); \
88 btif_rc_cb.rc_pdu_info[index].ctype = 0; \
89 btif_rc_cb.rc_pdu_info[index].label = 0; \
90 btif_rc_cb.rc_pdu_info[index].is_rsp_pending = FALSE; \
115 btif_rc_cmd_ctxt_t rc_pdu_info[MAX_CMD_QUEUE_LE member in struct:__anon1089
[all...]

Completed in 894 milliseconds