Searched refs:AVRC_STATE_PRESS (Results 1 – 3 of 3) sorted by relevance
70 uint8_t key_state = key_pressed ? AVRC_STATE_PRESS : AVRC_STATE_RELEASE; in SendPassThroughCommand()
129 #define AVRC_STATE_PRESS 0 macro
808 if (p_remote_cmd->key_state == AVRC_STATE_PRESS) { in handle_rc_passthrough_cmd()830 int pressed = (p_remote_cmd->key_state == AVRC_STATE_PRESS) ? 1 : 0; in handle_rc_passthrough_cmd()1236 remote_cmd.key_state = AVRC_STATE_PRESS; in btif_rc_check_handle_pending_play()