Home | History | Annotate | Download | only in src

Lines Matching defs:remote_cmd

787             BTIF_TRACE_DEBUG("rc_id:0x%x key_state:%d", p_data->remote_cmd.rc_id,
788 p_data->remote_cmd.key_state);
789 handle_rc_passthrough_cmd( (&p_data->remote_cmd) );
857 tBTA_AV_REMOTE_CMD remote_cmd;
860 memset (&remote_cmd, 0, sizeof(tBTA_AV_REMOTE_CMD));
861 remote_cmd.rc_handle = btif_rc_cb.rc_handle;
862 remote_cmd.rc_id = AVRC_ID_PLAY;
863 remote_cmd.hdr.ctype = AVRC_CMD_CTRL;
864 remote_cmd.hdr.opcode = AVRC_OP_PASS_THRU;
872 remote_cmd.key_state = AVRC_STATE_PRESS;
873 handle_rc_passthrough_cmd( &remote_cmd );
877 remote_cmd.key_state = AVRC_STATE_RELEASE;
878 handle_rc_passthrough_cmd( &remote_cmd );