Home | History | Annotate | Download | only in src

Lines Matching defs:remote_cmd

808             BTIF_TRACE_DEBUG("rc_id:0x%x key_state:%d", p_data->remote_cmd.rc_id,
809 p_data->remote_cmd.key_state);
810 handle_rc_passthrough_cmd( (&p_data->remote_cmd) );
878 tBTA_AV_REMOTE_CMD remote_cmd;
881 memset (&remote_cmd, 0, sizeof(tBTA_AV_REMOTE_CMD));
882 remote_cmd.rc_handle = btif_rc_cb.rc_handle;
883 remote_cmd.rc_id = AVRC_ID_PLAY;
884 remote_cmd.hdr.ctype = AVRC_CMD_CTRL;
885 remote_cmd.hdr.opcode = AVRC_OP_PASS_THRU;
893 remote_cmd.key_state = AVRC_STATE_PRESS;
894 handle_rc_passthrough_cmd( &remote_cmd );
898 remote_cmd.key_state = AVRC_STATE_RELEASE;
899 handle_rc_passthrough_cmd( &remote_cmd );